#05433E

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

Shades of Cyprus #05433E

Tints of Cyprus #05433E

Color information

#05433E (or 0x05433E) is unknown color: approx Cyprus. HEX triplet: 05, 43 and 3E. RGB value is (5,67,62). Sum of RGB (Red+Green+Blue) = 5+67+62=134 (17% of max value = 765). Red value is 5 (2.34% from 255 or 3.73% from 134); Green value is 67 (26.56% from 255 or 50% from 134); Blue value is 62 (24.61% from 255 or 46.27% from 134); Max value from RGB is 67 - color contains mainly: green. Hex color #05433E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #05433E is #FABCC1. Grayscale: #2F2F2F. Windows color (decimal): -16432322 or 4080389. OLE color: 4080389.

HSL color Cylindrical-coordinate representation of color #05433E: hue angle of 175.16º 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 #05433E is Cyan = 0.93, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.74.

Color convert

RGB56762-
CMYK0.9300.070.74
HSL175.16º86.11%14.12%-
HSV(B)175.16º92.54%26.27%-
XYZ2.944.395.25-
YUV47.89135.9697.41-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.73%
GREEN value IS 67 (26.56% from 255) = 50%
BLUE value IS 62 (24.61% from 255) = 46.27%
R=3.73%
G=50%
B=46.27%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal567620.9300.070.74175.1686.1114.12
Hex5433E5D074Aaf56e
Octal5103761350711225712616
Binary10110000111111101011101011110010101010111110101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05433E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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