Html Css Color HEX #055242 Cyprus

📋 copy color: '#055242'

red 5 ◦ green 82 ◦ blue 66

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

Shades of Cyprus #055242

Tints of Cyprus #055242

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 43.14%

R = 3.27%
G = 53.59%
B = 43.14%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.20

 K value IS 0.68

RGB Variations

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

Color information

#055242 (or 0x055242) is known color: Cyprus. HEX triplet: 05, 52 and 42. RGB value is (5,82,66). Sum of RGB (Red+Green+Blue) = 5+82+66=153 (20% of max value = 765). Red value is 5 (2.34% from 255 or 3.27% from 153); Green value is 82 (32.42% from 255 or 53.59% from 153); Blue value is 66 (26.17% from 255 or 43.14% from 153); Max value from RGB is 82 - color contains mainly: green. Hex color #055242 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #055242 is #FAADBD. Grayscale: #393939. Windows color (decimal): -16428478 or 4346373. OLE color: 4346373.

HSL color Cylindrical-coordinate representation of color #055242: hue angle of 167.53º 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 #055242 is Cyan = 0.94, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.68.

Color convert

RGB 5 82 66 -
CMYK 0.94 0 0.20 0.68
HSL 167.53º 0.89% 0.17% -
HSV(B) 167.53º 0.94% 0.32% -
XYZ 4.06 6.46 6.19 -
YUV 57.15 132.99 90.8 -
System Red Green Blue C M Y K H S L
Decimal 5 82 66 0.94 0 0.20 0.68 167.53 0.89 0.17
Hex 5 52 42 5E 0 14 44 A8 59 11
Octal 5 122 102 136 0 24 104 250 131 21
Binary 101 1010010 1000010 1011110 0 10100 1000100 10101000 1011001 10001

Color Harmonies of #055242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #055242

Black with #055242

Text Example


Text Example

White with #055242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #055242; }

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

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

background-color css

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

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

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

border-color css

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

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

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