Html Css Color HEX #33555B Casal

📋 copy color: '#33555B'

red 51 ◦ green 85 ◦ blue 91

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

Shades of Casal #33555B

Tints of Casal #33555B

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

 M value IS 0.07

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#33555B (or 0x33555B) is known color: 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

RGB 51 85 91 -
CMYK 0.44 0.07 0 0.64
HSL 189º 0.28% 0.28% -
HSV(B) 189º 0.44% 0.36% -
XYZ 6.5 7.96 11.09 -
YUV 75.52 136.74 110.51 -
System Red Green Blue C M Y K H S L
Decimal 51 85 91 0.44 0.07 0 0.64 189 0.28 0.28
Hex 33 55 5B 2C 7 0 40 BD 1C 1C
Octal 63 125 133 54 7 0 100 275 34 34
Binary 110011 1010101 1011011 101100 111 0 1000000 10111101 11100 11100

Color Harmonies of #33555B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33555B

Black with #33555B

Text Example


Text Example

White with #33555B

Text Example


Text Example

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