#063535

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

Shades of Cyprus #063535

Tints of Cyprus #063535

Color information

#063535 (or 0x063535) is unknown color: approx Cyprus. HEX triplet: 06, 35 and 35. RGB value is (6,53,53). Sum of RGB (Red+Green+Blue) = 6+53+53=112 (14% of max value = 765). Red value is 6 (2.73% from 255 or 5.36% from 112); Green value is 53 (21.09% from 255 or 47.32% from 112); Blue value is 53 (21.09% from 255 or 47.32% from 112); Max value from RGB is 53 - color contains mainly: green, blue. Hex color #063535 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #063535 is #F9CACA. Grayscale: #262626. Windows color (decimal): -16370379 or 3486982. OLE color: 3486982.

HSL color Cylindrical-coordinate representation of color #063535: hue angle of 180º 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 #063535 is Cyan = 0.89, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB65353-
CMYK0.89000.79
HSL180º79.66%11.57%-
HSV(B)180º88.68%20.78%-
XYZ1.992.843.81-
YUV38.95135.93104.5-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 5.36%
GREEN value IS 53 (21.09% from 255) = 47.32%
BLUE value IS 53 (21.09% from 255) = 47.32%
R=5.36%
G=47.32%
B=47.32%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal653530.89000.7918079.6611.57
Hex6353559004Fb450c
Octal665651310011726412014
Binary11011010111010110110010010011111011010010100001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #063535

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #063535; }

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

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

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

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

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

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

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

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