#053639

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

Shades of Cyprus #053639

Tints of Cyprus #053639

Color information

#053639 (or 0x053639) is unknown color: approx Cyprus. HEX triplet: 05, 36 and 39. RGB value is (5,54,57). Sum of RGB (Red+Green+Blue) = 5+54+57=116 (15% of max value = 765). Red value is 5 (2.34% from 255 or 4.31% from 116); Green value is 54 (21.48% from 255 or 46.55% from 116); Blue value is 57 (22.66% from 255 or 49.14% from 116); Max value from RGB is 57 - color contains mainly: blue. Hex color #053639 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #053639 is #FAC9C6. Grayscale: #272727. Windows color (decimal): -16435655 or 3749381. OLE color: 3749381.

HSL color Cylindrical-coordinate representation of color #053639: hue angle of 183.46º degrees, saturation: 0.84, 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 #053639 is Cyan = 0.91, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB55457-
CMYK0.910.0500.78
HSL183.46º83.87%12.16%-
HSV(B)183.46º91.23%22.35%-
XYZ2.122.974.33-
YUV39.69137.77103.26-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 4.31%
GREEN value IS 54 (21.48% from 255) = 46.55%
BLUE value IS 57 (22.66% from 255) = 49.14%
R=4.31%
G=46.55%
B=49.14%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal554570.910.0500.78183.4683.8712.16
Hex536395B504Eb754c
Octal566711335011626712414
Binary1011101101110011011011101010011101011011110101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #053639

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #053639; }

 p { color: rgb(5,54,57); }

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

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

 a { background-color: rgb(5,54,57); }

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

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

 span { border-color: rgb(5,54,57); }

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