#063533

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

Shades of Cyprus #063533

Tints of Cyprus #063533

Color information

#063533 (or 0x063533) is unknown color: approx Cyprus. HEX triplet: 06, 35 and 33. RGB value is (6,53,51). Sum of RGB (Red+Green+Blue) = 6+53+51=110 (14% of max value = 765). Red value is 6 (2.73% from 255 or 5.45% from 110); Green value is 53 (21.09% from 255 or 48.18% from 110); Blue value is 51 (20.31% from 255 or 46.36% from 110); Max value from RGB is 53 - color contains mainly: green. Hex color #063533 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #063533 is #F9CACC. Grayscale: #262626. Windows color (decimal): -16370381 or 3355910. OLE color: 3355910.

HSL color Cylindrical-coordinate representation of color #063533: hue angle of 177.45º degrees, saturation: 0.8, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #063533 is Cyan = 0.89, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.79.

Color convert

RGB65351-
CMYK0.8900.040.79
HSL177.45º79.66%11.57%-
HSV(B)177.45º88.68%20.78%-
XYZ1.952.823.57-
YUV38.72134.93104.66-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 5.45%
GREEN value IS 53 (21.09% from 255) = 48.18%
BLUE value IS 51 (20.31% from 255) = 46.36%
R=5.45%
G=48.18%
B=46.36%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal653510.8900.040.79177.4579.6611.57
Hex6353359044Fb150c
Octal665631310411726112014
Binary1101101011100111011001010010011111011000110100001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #063533

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #063533; }

 p { color: rgb(6,53,51); }

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

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

 a { background-color: rgb(6,53,51); }

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

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

 span { border-color: rgb(6,53,51); }

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