#33555B

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

Shades of Casal #33555B

Tints of Casal #33555B

Color information

#33555B (or 0x33555B) is unknown color: approx Casal. HEX triplet: 33, 55 and 5B. RGB value is (51,85,91). Sum of RGB (Red+Green+Blue) = 51+85+91=227 (30% of max value = 765). Red value is 51 (20.31% from 255 or 22.47% from 227); Green value is 85 (33.59% from 255 or 37.44% from 227); Blue value is 91 (35.94% from 255 or 40.09% from 227); Max value from RGB is 91 - color contains mainly: blue. Hex color #33555B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #33555B is #CCAAA4. Grayscale: #4B4B4B. Windows color (decimal): -13413029 or 5985587. OLE color: 5985587.

HSL color Cylindrical-coordinate representation of color #33555B: hue angle of 189º degrees, saturation: 0.28, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #33555B is Cyan = 0.44, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB518591-
CMYK0.440.0700.64
HSL189º28.17%27.84%-
HSV(B)189º43.96%35.69%-
XYZ6.57.9611.09-
YUV75.52136.74110.51-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 22.47%
GREEN value IS 85 (33.59% from 255) = 37.44%
BLUE value IS 91 (35.94% from 255) = 40.09%
R=22.47%
G=37.44%
B=40.09%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal5185910.440.0700.6418928.1727.84
Hex33555B2C7040bd1c1c
Octal6312513354701002753434
Binary1100111010101101101110110011101000000101111011110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33555B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #33555B; }

 p { color: rgb(51,85,91); }

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

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

 a { background-color: rgb(51,85,91); }

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

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

 span { border-color: rgb(51,85,91); }

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