#065445

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

Shades of Cyprus #065445

Tints of Cyprus #065445

Color information

#065445 (or 0x065445) is unknown color: approx Cyprus. HEX triplet: 06, 54 and 45. RGB value is (6,84,69). Sum of RGB (Red+Green+Blue) = 6+84+69=159 (21% of max value = 765). Red value is 6 (2.73% from 255 or 3.77% from 159); Green value is 84 (33.20% from 255 or 52.83% from 159); Blue value is 69 (27.34% from 255 or 43.40% from 159); Max value from RGB is 84 - color contains mainly: green. Hex color #065445 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #065445 is #F9ABBA. Grayscale: #3A3A3A. Windows color (decimal): -16362427 or 4543494. OLE color: 4543494.

HSL color Cylindrical-coordinate representation of color #065445: hue angle of 168.46º degrees, saturation: 0.87, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #065445 is Cyan = 0.93, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.67.

Color convert

RGB68469-
CMYK0.9300.180.67
HSL168.46º86.67%17.65%-
HSV(B)168.46º92.86%32.94%-
XYZ4.326.816.72-
YUV58.97133.6690.22-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.77%
GREEN value IS 84 (33.20% from 255) = 52.83%
BLUE value IS 69 (27.34% from 255) = 43.40%
R=3.77%
G=52.83%
B=43.40%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal684690.9300.180.67168.4686.6717.65
Hex654455D01243a85712
Octal612410513502210325012722
Binary110101010010001011011101010010100001110101000101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #065445

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #065445; }

 p { color: rgb(6,84,69); }

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

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

 a { background-color: rgb(6,84,69); }

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

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

 span { border-color: rgb(6,84,69); }

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