#053A35

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

Shades of Cyprus #053A35

Tints of Cyprus #053A35

Color information

#053A35 (or 0x053A35) is unknown color: approx Cyprus. HEX triplet: 05, 3A and 35. RGB value is (5,58,53). Sum of RGB (Red+Green+Blue) = 5+58+53=116 (15% of max value = 765). Red value is 5 (2.34% from 255 or 4.31% from 116); Green value is 58 (23.05% from 255 or 50% from 116); Blue value is 53 (21.09% from 255 or 45.69% from 116); Max value from RGB is 58 - color contains mainly: green. Hex color #053A35 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #053A35 is #FAC5CA. Grayscale: #292929. Windows color (decimal): -16434635 or 3488261. OLE color: 3488261.

HSL color Cylindrical-coordinate representation of color #053A35: hue angle of 174.34º degrees, saturation: 0.84, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #053A35 is Cyan = 0.91, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.77.

Color convert

RGB55853-
CMYK0.9100.090.77
HSL174.34º84.13%12.35%-
HSV(B)174.34º91.38%22.75%-
XYZ2.223.323.89-
YUV41.58134.44101.91-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 4.31%
GREEN value IS 58 (23.05% from 255) = 50%
BLUE value IS 53 (21.09% from 255) = 45.69%
R=4.31%
G=50%
B=45.69%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal558530.9100.090.77174.3484.1312.35
Hex53A355B094Dae54c
Octal5726513301111525612414
Binary10111101011010110110110100110011011010111010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #053A35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #053A35; }

 p { color: rgb(5,58,53); }

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

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

 a { background-color: rgb(5,58,53); }

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

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

 span { border-color: rgb(5,58,53); }

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