#33565D

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

Shades of Casal #33565D

Tints of Casal #33565D

Color information

#33565D (or 0x33565D) is unknown color: approx Casal. HEX triplet: 33, 56 and 5D. RGB value is (51,86,93). Sum of RGB (Red+Green+Blue) = 51+86+93=230 (30% of max value = 765). Red value is 51 (20.31% from 255 or 22.17% from 230); Green value is 86 (33.98% from 255 or 37.39% from 230); Blue value is 93 (36.72% from 255 or 40.43% from 230); Max value from RGB is 93 - color contains mainly: blue. Hex color #33565D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #33565D is #CCA9A2. Grayscale: #4C4C4C. Windows color (decimal): -13412771 or 6116915. OLE color: 6116915.

HSL color Cylindrical-coordinate representation of color #33565D: hue angle of 190º degrees, saturation: 0.29, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #33565D is Cyan = 0.45, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB518693-
CMYK0.450.0800.64
HSL190º29.17%28.24%-
HSV(B)190º45.16%36.47%-
XYZ6.678.1511.58-
YUV76.33137.4109.93-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 22.17%
GREEN value IS 86 (33.98% from 255) = 37.39%
BLUE value IS 93 (36.72% from 255) = 40.43%
R=22.17%
G=37.39%
B=40.43%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal5186930.450.0800.6419029.1728.24
Hex33565D2D8040be1d1c
Octal63126135551001002763534
Binary11001110101101011101101101100001000000101111101110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33565D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #33565D; }

 p { color: rgb(51,86,93); }

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

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

 a { background-color: rgb(51,86,93); }

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

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

 span { border-color: rgb(51,86,93); }

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