#053A38

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

Shades of Cyprus #053A38

Tints of Cyprus #053A38

Color information

#053A38 (or 0x053A38) is unknown color: approx Cyprus. HEX triplet: 05, 3A and 38. RGB value is (5,58,56). Sum of RGB (Red+Green+Blue) = 5+58+56=119 (15% of max value = 765). Red value is 5 (2.34% from 255 or 4.20% from 119); Green value is 58 (23.05% from 255 or 48.74% from 119); Blue value is 56 (22.27% from 255 or 47.06% from 119); Max value from RGB is 58 - color contains mainly: green. Hex color #053A38 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #053A38 is #FAC5C7. Grayscale: #292929. Windows color (decimal): -16434632 or 3684869. OLE color: 3684869.

HSL color Cylindrical-coordinate representation of color #053A38: hue angle of 177.74º 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 #053A38 is Cyan = 0.91, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.77.

Color convert

RGB55856-
CMYK0.9100.030.77
HSL177.74º84.13%12.35%-
HSV(B)177.74º91.38%22.75%-
XYZ2.293.344.27-
YUV41.92135.94101.66-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 4.20%
GREEN value IS 58 (23.05% from 255) = 48.74%
BLUE value IS 56 (22.27% from 255) = 47.06%
R=4.20%
G=48.74%
B=47.06%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal558560.9100.030.77177.7484.1312.35
Hex53A385B034Db254c
Octal572701330311526212414
Binary101111010111000101101101110011011011001010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #053A38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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