#053331

Color #053331 Cyprus (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cyprus #053331

Tints of Cyprus #053331

Color information

#053331 (or 0x053331) is unknown color: approx Cyprus. HEX triplet: 05, 33 and 31. RGB value is (5,51,49). Sum of RGB (Red+Green+Blue) = 5+51+49=105 (13% of max value = 765). Red value is 5 (2.34% from 255 or 4.76% from 105); Green value is 51 (20.31% from 255 or 48.57% from 105); Blue value is 49 (19.53% from 255 or 46.67% from 105); Max value from RGB is 51 - color contains mainly: green. Hex color #053331 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #053331 is #FACCCE. Grayscale: #242424. Windows color (decimal): -16436431 or 3224325. OLE color: 3224325.

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

Color convert

RGB55149-
CMYK0.9000.040.8
HSL177.39º82.14%10.98%-
HSV(B)177.39º90.2%20%-
XYZ1.82.623.32-
YUV37.02134.76105.16-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 4.76%
GREEN value IS 51 (20.31% from 255) = 48.57%
BLUE value IS 49 (19.53% from 255) = 46.67%
R=4.76%
G=48.57%
B=46.67%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal551490.9000.040.8177.3982.1410.98
Hex533315A0450b152b
Octal563611320412026112213
Binary1011100111100011011010010010100001011000110100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #053331

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #053331; }

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

 H1.HeaderClassName
 {
   color: #053331;
 }
 .AnyTagClassName
 {
   color: #053331;
 }
</style>
background-color css

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

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

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

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

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

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