#05433F

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

Shades of Cyprus #05433F

Tints of Cyprus #05433F

Color information

#05433F (or 0x05433F) is unknown color: approx Cyprus. HEX triplet: 05, 43 and 3F. RGB value is (5,67,63). Sum of RGB (Red+Green+Blue) = 5+67+63=135 (17% of max value = 765). Red value is 5 (2.34% from 255 or 3.70% from 135); Green value is 67 (26.56% from 255 or 49.63% from 135); Blue value is 63 (25% from 255 or 46.67% from 135); Max value from RGB is 67 - color contains mainly: green. Hex color #05433F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #05433F is #FABCC0. Grayscale: #2F2F2F. Windows color (decimal): -16432321 or 4145925. OLE color: 4145925.

HSL color Cylindrical-coordinate representation of color #05433F: hue angle of 176.13º degrees, saturation: 0.86, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #05433F is Cyan = 0.93, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.74.

Color convert

RGB56763-
CMYK0.9300.060.74
HSL176.13º86.11%14.12%-
HSV(B)176.13º92.54%26.27%-
XYZ2.974.415.4-
YUV48.01136.4697.33-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.70%
GREEN value IS 67 (26.56% from 255) = 49.63%
BLUE value IS 63 (25% from 255) = 46.67%
R=3.70%
G=49.63%
B=46.67%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal567630.9300.060.74176.1386.1114.12
Hex5433F5D064Ab056e
Octal5103771350611226012616
Binary10110000111111111011101011010010101011000010101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05433F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #05433F; }

 p { color: rgb(5,67,63); }

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

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

 a { background-color: rgb(5,67,63); }

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

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

 span { border-color: rgb(5,67,63); }

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