Html Css Color HEX #053433 Cyprus

📋 copy color: '#053433'

red 5 ◦ green 52 ◦ blue 51

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

Shades of Cyprus #053433

Tints of Cyprus #053433

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 47.22%

R = 4.63%
G = 48.15%
B = 47.22%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.02

 K value IS 0.80

RGB Variations

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

Color information

#053433 (or 0x053433) is known color: Cyprus. HEX triplet: 05, 34 and 33. RGB value is (5,52,51). Sum of RGB (Red+Green+Blue) = 5+52+51=108 (14% of max value = 765). Red value is 5 (2.34% from 255 or 4.63% from 108); Green value is 52 (20.70% from 255 or 48.15% from 108); Blue value is 51 (20.31% from 255 or 47.22% from 108); Max value from RGB is 52 - color contains mainly: green. Hex color #053433 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #053433 is #FACBCC. Grayscale: #252525. Windows color (decimal): -16436173 or 3355653. OLE color: 3355653.

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

Color convert

RGB 5 52 51 -
CMYK 0.90 0 0.02 0.80
HSL 178.72º 0.82% 0.11% -
HSV(B) 178.72º 0.9% 0.2% -
XYZ 1.89 2.73 3.56 -
YUV 37.83 135.43 104.58 -
System Red Green Blue C M Y K H S L
Decimal 5 52 51 0.90 0 0.02 0.80 178.72 0.82 0.11
Hex 5 34 33 5A 0 2 50 B3 52 B
Octal 5 64 63 132 0 2 120 263 122 13
Binary 101 110100 110011 1011010 0 10 1010000 10110011 1010010 1011

Color Harmonies of #053433

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #053433

Black with #053433

Text Example


Text Example

White with #053433

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #053433; }

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

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

background-color css

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

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

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

border-color css

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

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

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