Html Css Color HEX #33535C Casal

📋 copy color: '#33535C'

red 51 ◦ green 83 ◦ blue 92

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

Shades of Casal #33535C

Tints of Casal #33535C

RGB

 RED value IS 51 (20.31% from 255) = 22.57%

 GREEN value IS 83 (32.81% from 255) = 36.73%

 BLUE value IS 92 (36.33% from 255) = 40.71%

R = 22.57%
G = 36.73%
B = 40.71%

CMYK

 C value IS 0.45

 M value IS 0.10

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#33535C (or 0x33535C) is known color: Casal. HEX triplet: 33, 53 and 5C. RGB value is (51,83,92). Sum of RGB (Red+Green+Blue) = 51+83+92=226 (29% of max value = 765). Red value is 51 (20.31% from 255 or 22.57% from 226); Green value is 83 (32.81% from 255 or 36.73% from 226); Blue value is 92 (36.33% from 255 or 40.71% from 226); Max value from RGB is 92 - color contains mainly: blue. Hex color #33535C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #33535C is #CCACA3. Grayscale: #4A4A4A. Windows color (decimal): -13413540 or 6050611. OLE color: 6050611.

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

Color convert

RGB 51 83 92 -
CMYK 0.45 0.10 0 0.64
HSL 193.17º 0.29% 0.28% -
HSV(B) 193.17º 0.45% 0.36% -
XYZ 6.39 7.66 11.27 -
YUV 74.46 137.9 111.27 -
System Red Green Blue C M Y K H S L
Decimal 51 83 92 0.45 0.10 0 0.64 193.17 0.29 0.28
Hex 33 53 5C 2D A 0 40 C1 1D 1C
Octal 63 123 134 55 12 0 100 301 35 34
Binary 110011 1010011 1011100 101101 1010 0 1000000 11000001 11101 11100

Color Harmonies of #33535C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33535C

Black with #33535C

Text Example


Text Example

White with #33535C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #33535C;
 }
 .AnyTagClassName
 {
   color: #33535C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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