Html Css Color HEX #063533 Cyprus

📋 copy color: '#063533'

red 6 ◦ green 53 ◦ blue 51

#063533
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cyprus #063533

Tints of Cyprus #063533

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 value IS 0.89

 M value IS 0

 Y value IS 0.04

 K value IS 0.79

RGB Variations

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

Color information

#063533 (or 0x063533) is known color: 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

RGB 6 53 51 -
CMYK 0.89 0 0.04 0.79
HSL 177.45º 0.8% 0.12% -
HSV(B) 177.45º 0.89% 0.21% -
XYZ 1.95 2.82 3.57 -
YUV 38.72 134.93 104.66 -
System Red Green Blue C M Y K H S L
Decimal 6 53 51 0.89 0 0.04 0.79 177.45 0.8 0.12
Hex 6 35 33 59 0 4 4F B1 50 C
Octal 6 65 63 131 0 4 117 261 120 14
Binary 110 110101 110011 1011001 0 100 1001111 10110001 1010000 1100

Color Harmonies of #063533

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #063533

Black with #063533

Text Example


Text Example

White with #063533

Text Example


Text Example

HTML Codes & Css Web 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>