#05413B

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

Shades of Cyprus #05413B

Tints of Cyprus #05413B

Color information

#05413B (or 0x05413B) is unknown color: approx Cyprus. HEX triplet: 05, 41 and 3B. RGB value is (5,65,59). Sum of RGB (Red+Green+Blue) = 5+65+59=129 (17% of max value = 765). Red value is 5 (2.34% from 255 or 3.88% from 129); Green value is 65 (25.78% from 255 or 50.39% from 129); Blue value is 59 (23.44% from 255 or 45.74% from 129); Max value from RGB is 65 - color contains mainly: green. Hex color #05413B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #05413B is #FABEC4. Grayscale: #2E2E2E. Windows color (decimal): -16432837 or 3883269. OLE color: 3883269.

HSL color Cylindrical-coordinate representation of color #05413B: hue angle of 174º degrees, saturation: 0.86, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #05413B is Cyan = 0.92, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.75.

Color convert

RGB56559-
CMYK0.9200.090.75
HSL174º85.71%13.73%-
HSV(B)174º92.31%25.49%-
XYZ2.744.134.79-
YUV46.38135.1298.49-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.88%
GREEN value IS 65 (25.78% from 255) = 50.39%
BLUE value IS 59 (23.44% from 255) = 45.74%
R=3.88%
G=50.39%
B=45.74%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal565590.9200.090.7517485.7113.73
Hex5413B5C094Bae56e
Octal51017313401111325612616
Binary101100000111101110111000100110010111010111010101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05413B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #05413B; }

 p { color: rgb(5,65,59); }

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

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

 a { background-color: rgb(5,65,59); }

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

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

 span { border-color: rgb(5,65,59); }

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