Html Css Color HEX #155056 Cyprus

📋 copy color: '#155056'

red 21 ◦ green 80 ◦ blue 86

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

Shades of Cyprus #155056

Tints of Cyprus #155056

RGB

 RED value IS 21 (8.59% from 255) = 11.23%

 GREEN value IS 80 (31.64% from 255) = 42.78%

 BLUE value IS 86 (33.98% from 255) = 45.99%

R = 11.23%
G = 42.78%
B = 45.99%

CMYK

 C value IS 0.76

 M value IS 0.07

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#155056 (or 0x155056) is known color: Cyprus. HEX triplet: 15, 50 and 56. RGB value is (21,80,86). Sum of RGB (Red+Green+Blue) = 21+80+86=187 (24% of max value = 765). Red value is 21 (8.59% from 255 or 11.23% from 187); Green value is 80 (31.64% from 255 or 42.78% from 187); Blue value is 86 (33.98% from 255 or 45.99% from 187); Max value from RGB is 86 - color contains mainly: blue. Hex color #155056 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #155056 is #EAAFA9. Grayscale: #3E3E3E. Windows color (decimal): -15380394 or 5656597. OLE color: 5656597.

HSL color Cylindrical-coordinate representation of color #155056: hue angle of 185.54º degrees, saturation: 0.61, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #155056 is Cyan = 0.76, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 21 80 86 -
CMYK 0.76 0.07 0 0.66
HSL 185.54º 0.61% 0.21% -
HSV(B) 185.54º 0.76% 0.34% -
XYZ 4.86 6.57 9.82 -
YUV 63.04 140.95 98.01 -
System Red Green Blue C M Y K H S L
Decimal 21 80 86 0.76 0.07 0 0.66 185.54 0.61 0.21
Hex 15 50 56 4C 7 0 42 BA 3D 15
Octal 25 120 126 114 7 0 102 272 75 25
Binary 10101 1010000 1010110 1001100 111 0 1000010 10111010 111101 10101

Color Harmonies of #155056

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #155056

Black with #155056

Text Example


Text Example

White with #155056

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #155056; }

 p { color: rgb(21,80,86); }

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

background-color css

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

 a { background-color: rgb(21,80,86); }

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

border-color css

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

 span { border-color: rgb(21,80,86); }

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