Html Css Color HEX #35565C Casal

📋 copy color: '#35565C'

red 53 ◦ green 86 ◦ blue 92

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

Shades of Casal #35565C

Tints of Casal #35565C

RGB

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

 GREEN value IS 86 (33.98% from 255) = 37.23%

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

R = 22.94%
G = 37.23%
B = 39.83%

CMYK

 C value IS 0.42

 M value IS 0.07

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#35565C (or 0x35565C) is known color: Casal. HEX triplet: 35, 56 and 5C. RGB value is (53,86,92). Sum of RGB (Red+Green+Blue) = 53+86+92=231 (30% of max value = 765). Red value is 53 (21.09% from 255 or 22.94% from 231); Green value is 86 (33.98% from 255 or 37.23% from 231); Blue value is 92 (36.33% from 255 or 39.83% from 231); Max value from RGB is 92 - color contains mainly: blue. Hex color #35565C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #35565C is #CAA9A3. Grayscale: #4C4C4C. Windows color (decimal): -13281700 or 6051381. OLE color: 6051381.

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

Color convert

RGB 53 86 92 -
CMYK 0.42 0.07 0 0.64
HSL 189.23º 0.27% 0.28% -
HSV(B) 189.23º 0.42% 0.36% -
XYZ 6.73 8.19 11.35 -
YUV 76.82 136.57 111.01 -
System Red Green Blue C M Y K H S L
Decimal 53 86 92 0.42 0.07 0 0.64 189.23 0.27 0.28
Hex 35 56 5C 2A 7 0 40 BD 1B 1C
Octal 65 126 134 52 7 0 100 275 33 34
Binary 110101 1010110 1011100 101010 111 0 1000000 10111101 11011 11100

Color Harmonies of #35565C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35565C

Black with #35565C

Text Example


Text Example

White with #35565C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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