Html Css Color HEX #053432 Cyprus

📋 copy color: '#053432'

red 5 ◦ green 52 ◦ blue 50

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

Shades of Cyprus #053432

Tints of Cyprus #053432

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 46.73%

R = 4.67%
G = 48.6%
B = 46.73%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.04

 K value IS 0.80

RGB Variations

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

Color information

#053432 (or 0x053432) is known color: Cyprus. HEX triplet: 05, 34 and 32. RGB value is (5,52,50). Sum of RGB (Red+Green+Blue) = 5+52+50=107 (14% of max value = 765). Red value is 5 (2.34% from 255 or 4.67% from 107); Green value is 52 (20.70% from 255 or 48.60% from 107); Blue value is 50 (19.92% from 255 or 46.73% from 107); Max value from RGB is 52 - color contains mainly: green. Hex color #053432 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #053432 is #FACBCD. Grayscale: #252525. Windows color (decimal): -16436174 or 3290117. OLE color: 3290117.

HSL color Cylindrical-coordinate representation of color #053432: hue angle of 177.45º 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 #053432 is Cyan = 0.90, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.80.

Color convert

RGB 5 52 50 -
CMYK 0.90 0 0.04 0.80
HSL 177.45º 0.82% 0.11% -
HSV(B) 177.45º 0.9% 0.2% -
XYZ 1.87 2.72 3.44 -
YUV 37.72 134.93 104.66 -
System Red Green Blue C M Y K H S L
Decimal 5 52 50 0.90 0 0.04 0.80 177.45 0.82 0.11
Hex 5 34 32 5A 0 4 50 B1 52 B
Octal 5 64 62 132 0 4 120 261 122 13
Binary 101 110100 110010 1011010 0 100 1010000 10110001 1010010 1011

Color Harmonies of #053432

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #053432

Black with #053432

Text Example


Text Example

White with #053432

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #053432; }

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

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

background-color css

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

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

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

border-color css

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

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

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