Html Css Color HEX #054239 Cyprus

📋 copy color: '#054239'

red 5 ◦ green 66 ◦ blue 57

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

Shades of Cyprus #054239

Tints of Cyprus #054239

RGB

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

 GREEN value IS 66 (26.17% from 255) = 51.56%

 BLUE value IS 57 (22.66% from 255) = 44.53%

R = 3.91%
G = 51.56%
B = 44.53%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.14

 K value IS 0.74

RGB Variations

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

Color information

#054239 (or 0x054239) is known color: Cyprus. HEX triplet: 05, 42 and 39. RGB value is (5,66,57). Sum of RGB (Red+Green+Blue) = 5+66+57=128 (16% of max value = 765). Red value is 5 (2.34% from 255 or 3.91% from 128); Green value is 66 (26.17% from 255 or 51.56% from 128); Blue value is 57 (22.66% from 255 or 44.53% from 128); Max value from RGB is 66 - color contains mainly: green. Hex color #054239 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #054239 is #FABDC6. Grayscale: #2E2E2E. Windows color (decimal): -16432583 or 3752453. OLE color: 3752453.

HSL color Cylindrical-coordinate representation of color #054239: hue angle of 171.15º degrees, saturation: 0.86, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #054239 is Cyan = 0.92, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.74.

Color convert

RGB 5 66 57 -
CMYK 0.92 0 0.14 0.74
HSL 171.15º 0.86% 0.14% -
HSV(B) 171.15º 0.92% 0.26% -
XYZ 2.75 4.22 4.54 -
YUV 46.74 133.79 98.23 -
System Red Green Blue C M Y K H S L
Decimal 5 66 57 0.92 0 0.14 0.74 171.15 0.86 0.14
Hex 5 42 39 5C 0 E 4A AB 56 E
Octal 5 102 71 134 0 16 112 253 126 16
Binary 101 1000010 111001 1011100 0 1110 1001010 10101011 1010110 1110

Color Harmonies of #054239

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #054239

Black with #054239

Text Example


Text Example

White with #054239

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #054239; }

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

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

background-color css

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

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

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

border-color css

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

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

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