Html Css Color HEX #35535C Casal

📋 copy color: '#35535C'

red 53 ◦ green 83 ◦ blue 92

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

Shades of Casal #35535C

Tints of Casal #35535C

RGB

 RED value IS 53 (21.09% from 255) = 23.25%

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

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

R = 23.25%
G = 36.4%
B = 40.35%

CMYK

 C value IS 0.42

 M value IS 0.10

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#35535C (or 0x35535C) is known color: Casal. HEX triplet: 35, 53 and 5C. RGB value is (53,83,92). Sum of RGB (Red+Green+Blue) = 53+83+92=228 (30% of max value = 765). Red value is 53 (21.09% from 255 or 23.25% from 228); Green value is 83 (32.81% from 255 or 36.40% 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 #35535C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #35535C is #CAACA3. Grayscale: #4A4A4A. Windows color (decimal): -13282468 or 6050613. OLE color: 6050613.

HSL color Cylindrical-coordinate representation of color #35535C: hue angle of 193.85º degrees, saturation: 0.27, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #35535C is Cyan = 0.42, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 53 83 92 -
CMYK 0.42 0.10 0 0.64
HSL 193.85º 0.27% 0.28% -
HSV(B) 193.85º 0.42% 0.36% -
XYZ 6.49 7.72 11.27 -
YUV 75.06 137.56 112.27 -
System Red Green Blue C M Y K H S L
Decimal 53 83 92 0.42 0.10 0 0.64 193.85 0.27 0.28
Hex 35 53 5C 2A A 0 40 C2 1B 1C
Octal 65 123 134 52 12 0 100 302 33 34
Binary 110101 1010011 1011100 101010 1010 0 1000000 11000010 11011 11100

Color Harmonies of #35535C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35535C

Black with #35535C

Text Example


Text Example

White with #35535C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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