Html Css Color HEX #053733 Cyprus

📋 copy color: '#053733'

red 5 ◦ green 55 ◦ blue 51

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

Shades of Cyprus #053733

Tints of Cyprus #053733

RGB

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

 GREEN value IS 55 (21.88% from 255) = 49.55%

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

R = 4.5%
G = 49.55%
B = 45.95%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.07

 K value IS 0.78

RGB Variations

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

Color information

#053733 (or 0x053733) is known color: Cyprus. HEX triplet: 05, 37 and 33. RGB value is (5,55,51). Sum of RGB (Red+Green+Blue) = 5+55+51=111 (14% of max value = 765). Red value is 5 (2.34% from 255 or 4.50% from 111); Green value is 55 (21.88% from 255 or 49.55% from 111); Blue value is 51 (20.31% from 255 or 45.95% from 111); Max value from RGB is 55 - color contains mainly: green. Hex color #053733 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #053733 is #FAC8CC. Grayscale: #272727. Windows color (decimal): -16435405 or 3356421. OLE color: 3356421.

HSL color Cylindrical-coordinate representation of color #053733: hue angle of 175.2º degrees, saturation: 0.83, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #053733 is Cyan = 0.91, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.78.

Color convert

RGB 5 55 51 -
CMYK 0.91 0 0.07 0.78
HSL 175.2º 0.83% 0.12% -
HSV(B) 175.2º 0.91% 0.22% -
XYZ 2.03 3 3.6 -
YUV 39.59 134.44 103.33 -
System Red Green Blue C M Y K H S L
Decimal 5 55 51 0.91 0 0.07 0.78 175.2 0.83 0.12
Hex 5 37 33 5B 0 7 4E AF 53 C
Octal 5 67 63 133 0 7 116 257 123 14
Binary 101 110111 110011 1011011 0 111 1001110 10101111 1010011 1100

Color Harmonies of #053733

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #053733

Black with #053733

Text Example


Text Example

White with #053733

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #053733; }

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

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

background-color css

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

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

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

border-color css

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

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

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