Html Css Color HEX #053A37 Cyprus

📋 copy color: '#053A37'

red 5 ◦ green 58 ◦ blue 55

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

Shades of Cyprus #053A37

Tints of Cyprus #053A37

RGB

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

 GREEN value IS 58 (23.05% from 255) = 49.15%

 BLUE value IS 55 (21.88% from 255) = 46.61%

R = 4.24%
G = 49.15%
B = 46.61%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.05

 K value IS 0.77

RGB Variations

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

Color information

#053A37 (or 0x053A37) is known color: Cyprus. HEX triplet: 05, 3A and 37. RGB value is (5,58,55). Sum of RGB (Red+Green+Blue) = 5+58+55=118 (15% of max value = 765). Red value is 5 (2.34% from 255 or 4.24% from 118); Green value is 58 (23.05% from 255 or 49.15% from 118); Blue value is 55 (21.88% from 255 or 46.61% from 118); Max value from RGB is 58 - color contains mainly: green. Hex color #053A37 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #053A37 is #FAC5C8. Grayscale: #292929. Windows color (decimal): -16434633 or 3619333. OLE color: 3619333.

HSL color Cylindrical-coordinate representation of color #053A37: hue angle of 176.6º degrees, saturation: 0.84, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #053A37 is Cyan = 0.91, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.77.

Color convert

RGB 5 58 55 -
CMYK 0.91 0 0.05 0.77
HSL 176.6º 0.84% 0.12% -
HSV(B) 176.6º 0.91% 0.23% -
XYZ 2.27 3.33 4.14 -
YUV 41.81 135.44 101.74 -
System Red Green Blue C M Y K H S L
Decimal 5 58 55 0.91 0 0.05 0.77 176.6 0.84 0.12
Hex 5 3A 37 5B 0 5 4D B1 54 C
Octal 5 72 67 133 0 5 115 261 124 14
Binary 101 111010 110111 1011011 0 101 1001101 10110001 1010100 1100

Color Harmonies of #053A37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #053A37

Black with #053A37

Text Example


Text Example

White with #053A37

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(5,58,55); }

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

background-color css

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

 a { background-color: rgb(5,58,55); }

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

border-color css

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

 span { border-color: rgb(5,58,55); }

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