#05423F

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

Shades of Cyprus #05423F

Tints of Cyprus #05423F

Color information

#05423F (or 0x05423F) is unknown color: approx Cyprus. HEX triplet: 05, 42 and 3F. RGB value is (5,66,63). Sum of RGB (Red+Green+Blue) = 5+66+63=134 (17% of max value = 765). Red value is 5 (2.34% from 255 or 3.73% from 134); Green value is 66 (26.17% from 255 or 49.25% from 134); Blue value is 63 (25% from 255 or 47.01% from 134); Max value from RGB is 66 - color contains mainly: green. Hex color #05423F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #05423F is #FABDC0. Grayscale: #2F2F2F. Windows color (decimal): -16432577 or 4145669. OLE color: 4145669.

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

Color convert

RGB56663-
CMYK0.9200.050.74
HSL177.05º85.92%13.92%-
HSV(B)177.05º92.42%25.88%-
XYZ2.914.295.38-
YUV47.42136.7997.74-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.73%
GREEN value IS 66 (26.17% from 255) = 49.25%
BLUE value IS 63 (25% from 255) = 47.01%
R=3.73%
G=49.25%
B=47.01%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal566630.9200.050.74177.0585.9213.92
Hex5423F5C054Ab156e
Octal5102771340511226112616
Binary10110000101111111011100010110010101011000110101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05423F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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