Html Css Color HEX #135551 Cyprus

📋 copy color: '#135551'

red 19 ◦ green 85 ◦ blue 81

#135551
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cyprus #135551

Tints of Cyprus #135551

RGB

 RED value IS 19 (7.81% from 255) = 10.27%

 GREEN value IS 85 (33.59% from 255) = 45.95%

 BLUE value IS 81 (32.03% from 255) = 43.78%

R = 10.27%
G = 45.95%
B = 43.78%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.05

 K value IS 0.67

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#135551 (or 0x135551) is known color: Cyprus. HEX triplet: 13, 55 and 51. RGB value is (19,85,81). Sum of RGB (Red+Green+Blue) = 19+85+81=185 (24% of max value = 765). Red value is 19 (7.81% from 255 or 10.27% from 185); Green value is 85 (33.59% from 255 or 45.95% from 185); Blue value is 81 (32.03% from 255 or 43.78% from 185); Max value from RGB is 85 - color contains mainly: green. Hex color #135551 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #135551 is #ECAAAE. Grayscale: #404040. Windows color (decimal): -15510191 or 5330195. OLE color: 5330195.

HSL color Cylindrical-coordinate representation of color #135551: hue angle of 176.36º degrees, saturation: 0.63, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #135551 is Cyan = 0.78, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.67.

Color convert

RGB 19 85 81 -
CMYK 0.78 0 0.05 0.67
HSL 176.36º 0.63% 0.2% -
HSV(B) 176.36º 0.78% 0.33% -
XYZ 5 7.23 8.92 -
YUV 64.81 137.13 95.33 -
System Red Green Blue C M Y K H S L
Decimal 19 85 81 0.78 0 0.05 0.67 176.36 0.63 0.2
Hex 13 55 51 4E 0 5 43 B0 3F 14
Octal 23 125 121 116 0 5 103 260 77 24
Binary 10011 1010101 1010001 1001110 0 101 1000011 10110000 111111 10100

Color Harmonies of #135551

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #135551

Black with #135551

Text Example


Text Example

White with #135551

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #135551; }

 p { color: rgb(19,85,81); }

 H1.HeaderClassName
 {
   color: #135551;
 }
 .AnyTagClassName
 {
   color: #135551;
 }
</style>

background-color css

<style>
 a { background-color: #135551; }

 a { background-color: rgb(19,85,81); }

 div.DivClassName
 {
   background-color: #135551;
 }
 .BgClassName
 {
   background-color: #135551;
 }
</style>

border-color css

<style>
 span { border-color: #135551; }

 span { border-color: rgb(19,85,81); }

 td.TdClassName
 {
   border-color: #135551;
 }
 .TagClassName
 {
   border-color: #135551;
 }
</style>