Html Css Color HEX #053431 Cyprus

📋 copy color: '#053431'

red 5 ◦ green 52 ◦ blue 49

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

Shades of Cyprus #053431

Tints of Cyprus #053431

RGB

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

 GREEN value IS 52 (20.7% from 255) = 49.06%

 BLUE value IS 49 (19.53% from 255) = 46.23%

R = 4.72%
G = 49.06%
B = 46.23%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.06

 K value IS 0.80

RGB Variations

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

Color information

#053431 (or 0x053431) is known color: Cyprus. HEX triplet: 05, 34 and 31. RGB value is (5,52,49). Sum of RGB (Red+Green+Blue) = 5+52+49=106 (14% of max value = 765). Red value is 5 (2.34% from 255 or 4.72% from 106); Green value is 52 (20.70% from 255 or 49.06% from 106); Blue value is 49 (19.53% from 255 or 46.23% from 106); Max value from RGB is 52 - color contains mainly: green. Hex color #053431 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #053431 is #FACBCE. Grayscale: #252525. Windows color (decimal): -16436175 or 3224581. OLE color: 3224581.

HSL color Cylindrical-coordinate representation of color #053431: hue angle of 176.17º degrees, saturation: 0.82, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #053431 is Cyan = 0.90, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.80.

Color convert

RGB 5 52 49 -
CMYK 0.90 0 0.06 0.80
HSL 176.17º 0.82% 0.11% -
HSV(B) 176.17º 0.9% 0.2% -
XYZ 1.84 2.71 3.33 -
YUV 37.61 134.43 104.74 -
System Red Green Blue C M Y K H S L
Decimal 5 52 49 0.90 0 0.06 0.80 176.17 0.82 0.11
Hex 5 34 31 5A 0 6 50 B0 52 B
Octal 5 64 61 132 0 6 120 260 122 13
Binary 101 110100 110001 1011010 0 110 1010000 10110000 1010010 1011

Color Harmonies of #053431

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #053431

Black with #053431

Text Example


Text Example

White with #053431

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #053431; }

 p { color: rgb(5,52,49); }

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

background-color css

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

 a { background-color: rgb(5,52,49); }

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

border-color css

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

 span { border-color: rgb(5,52,49); }

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