Html Css Color HEX #053E38 Cyprus

📋 copy color: '#053E38'

red 5 ◦ green 62 ◦ blue 56

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

Shades of Cyprus #053E38

Tints of Cyprus #053E38

RGB

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

 GREEN value IS 62 (24.61% from 255) = 50.41%

 BLUE value IS 56 (22.27% from 255) = 45.53%

R = 4.07%
G = 50.41%
B = 45.53%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.10

 K value IS 0.76

RGB Variations

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

Color information

#053E38 (or 0x053E38) is known color: Cyprus. HEX triplet: 05, 3E and 38. RGB value is (5,62,56). Sum of RGB (Red+Green+Blue) = 5+62+56=123 (16% of max value = 765). Red value is 5 (2.34% from 255 or 4.07% from 123); Green value is 62 (24.61% from 255 or 50.41% from 123); Blue value is 56 (22.27% from 255 or 45.53% from 123); Max value from RGB is 62 - color contains mainly: green. Hex color #053E38 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #053E38 is #FAC1C7. Grayscale: #2C2C2C. Windows color (decimal): -16433608 or 3685893. OLE color: 3685893.

HSL color Cylindrical-coordinate representation of color #053E38: hue angle of 173.68º degrees, saturation: 0.85, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #053E38 is Cyan = 0.92, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.76.

Color convert

RGB 5 62 56 -
CMYK 0.92 0 0.10 0.76
HSL 173.68º 0.85% 0.13% -
HSV(B) 173.68º 0.92% 0.24% -
XYZ 2.5 3.76 4.34 -
YUV 44.27 134.62 99.99 -
System Red Green Blue C M Y K H S L
Decimal 5 62 56 0.92 0 0.10 0.76 173.68 0.85 0.13
Hex 5 3E 38 5C 0 A 4C AE 55 D
Octal 5 76 70 134 0 12 114 256 125 15
Binary 101 111110 111000 1011100 0 1010 1001100 10101110 1010101 1101

Color Harmonies of #053E38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #053E38

Black with #053E38

Text Example


Text Example

White with #053E38

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #053E38; }

 p { color: rgb(5,62,56); }

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

background-color css

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

 a { background-color: rgb(5,62,56); }

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

border-color css

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

 span { border-color: rgb(5,62,56); }

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