#33555C

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

Shades of Casal #33555C

Tints of Casal #33555C

Color information

#33555C (or 0x33555C) is unknown color: approx Casal. HEX triplet: 33, 55 and 5C. RGB value is (51,85,92). Sum of RGB (Red+Green+Blue) = 51+85+92=228 (30% of max value = 765). Red value is 51 (20.31% from 255 or 22.37% from 228); Green value is 85 (33.59% from 255 or 37.28% from 228); Blue value is 92 (36.33% from 255 or 40.35% from 228); Max value from RGB is 92 - color contains mainly: blue. Hex color #33555C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #33555C is #CCAAA3. Grayscale: #4B4B4B. Windows color (decimal): -13413028 or 6051123. OLE color: 6051123.

HSL color Cylindrical-coordinate representation of color #33555C: hue angle of 190.24º 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 #33555C is Cyan = 0.45, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB518592-
CMYK0.450.0800.64
HSL190.24º28.67%28.04%-
HSV(B)190.24º44.57%36.08%-
XYZ6.557.9711.32-
YUV75.63137.24110.43-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 22.37%
GREEN value IS 85 (33.59% from 255) = 37.28%
BLUE value IS 92 (36.33% from 255) = 40.35%
R=22.37%
G=37.28%
B=40.35%

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
Decimal5185920.450.0800.64190.2428.6728.04
Hex33555C2D8040be1d1c
Octal63125134551001002763534
Binary11001110101011011100101101100001000000101111101110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33555C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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