#053934

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

Shades of Cyprus #053934

Tints of Cyprus #053934

Color information

#053934 (or 0x053934) is unknown color: approx Cyprus. HEX triplet: 05, 39 and 34. RGB value is (5,57,52). Sum of RGB (Red+Green+Blue) = 5+57+52=114 (15% of max value = 765). Red value is 5 (2.34% from 255 or 4.39% from 114); Green value is 57 (22.66% from 255 or 50% from 114); Blue value is 52 (20.70% from 255 or 45.61% from 114); Max value from RGB is 57 - color contains mainly: green. Hex color #053934 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #053934 is #FAC6CB. Grayscale: #282828. Windows color (decimal): -16434892 or 3422469. OLE color: 3422469.

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

Color convert

RGB55752-
CMYK0.9100.090.78
HSL174.23º83.87%12.16%-
HSV(B)174.23º91.23%22.35%-
XYZ2.153.213.75-
YUV40.88134.27102.41-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 4.39%
GREEN value IS 57 (22.66% from 255) = 50%
BLUE value IS 52 (20.70% from 255) = 45.61%
R=4.39%
G=50%
B=45.61%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal557520.9100.090.78174.2383.8712.16
Hex539345B094Eae54c
Octal5716413301111625612414
Binary10111100111010010110110100110011101010111010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #053934

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #053934; }

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

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

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

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

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

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

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

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