Html Css Color HEX #055245 Cyprus

📋 copy color: '#055245'

red 5 ◦ green 82 ◦ blue 69

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

Shades of Cyprus #055245

Tints of Cyprus #055245

RGB

 RED value IS 5 (2.34% from 255) = 3.21%

 GREEN value IS 82 (32.42% from 255) = 52.56%

 BLUE value IS 69 (27.34% from 255) = 44.23%

R = 3.21%
G = 52.56%
B = 44.23%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.16

 K value IS 0.68

RGB Variations

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

Color information

#055245 (or 0x055245) is known color: Cyprus. HEX triplet: 05, 52 and 45. RGB value is (5,82,69). Sum of RGB (Red+Green+Blue) = 5+82+69=156 (20% of max value = 765). Red value is 5 (2.34% from 255 or 3.21% from 156); Green value is 82 (32.42% from 255 or 52.56% from 156); Blue value is 69 (27.34% from 255 or 44.23% from 156); Max value from RGB is 82 - color contains mainly: green. Hex color #055245 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #055245 is #FAADBA. Grayscale: #393939. Windows color (decimal): -16428475 or 4542981. OLE color: 4542981.

HSL color Cylindrical-coordinate representation of color #055245: hue angle of 169.87º degrees, saturation: 0.89, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #055245 is Cyan = 0.94, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.68.

Color convert

RGB 5 82 69 -
CMYK 0.94 0 0.16 0.68
HSL 169.87º 0.89% 0.17% -
HSV(B) 169.87º 0.94% 0.32% -
XYZ 4.15 6.5 6.67 -
YUV 57.5 134.49 90.56 -
System Red Green Blue C M Y K H S L
Decimal 5 82 69 0.94 0 0.16 0.68 169.87 0.89 0.17
Hex 5 52 45 5E 0 10 44 AA 59 11
Octal 5 122 105 136 0 20 104 252 131 21
Binary 101 1010010 1000101 1011110 0 10000 1000100 10101010 1011001 10001

Color Harmonies of #055245

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #055245

Black with #055245

Text Example


Text Example

White with #055245

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #055245; }

 p { color: rgb(5,82,69); }

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

background-color css

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

 a { background-color: rgb(5,82,69); }

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

border-color css

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

 span { border-color: rgb(5,82,69); }

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