Html Css Color HEX #35565D Casal

📋 copy color: '#35565D'

red 53 ◦ green 86 ◦ blue 93

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

Shades of Casal #35565D

Tints of Casal #35565D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 40.09%

R = 22.84%
G = 37.07%
B = 40.09%

CMYK

 C value IS 0.43

 M value IS 0.08

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#35565D (or 0x35565D) is known color: Casal. HEX triplet: 35, 56 and 5D. RGB value is (53,86,93). Sum of RGB (Red+Green+Blue) = 53+86+93=232 (30% of max value = 765). Red value is 53 (21.09% from 255 or 22.84% from 232); Green value is 86 (33.98% from 255 or 37.07% from 232); Blue value is 93 (36.72% from 255 or 40.09% from 232); Max value from RGB is 93 - color contains mainly: blue. Hex color #35565D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #35565D is #CAA9A2. Grayscale: #4C4C4C. Windows color (decimal): -13281699 or 6116917. OLE color: 6116917.

HSL color Cylindrical-coordinate representation of color #35565D: hue angle of 190.5º degrees, saturation: 0.27, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #35565D is Cyan = 0.43, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 53 86 93 -
CMYK 0.43 0.08 0 0.64
HSL 190.5º 0.27% 0.29% -
HSV(B) 190.5º 0.43% 0.36% -
XYZ 6.77 8.2 11.58 -
YUV 76.93 137.07 110.93 -
System Red Green Blue C M Y K H S L
Decimal 53 86 93 0.43 0.08 0 0.64 190.5 0.27 0.29
Hex 35 56 5D 2B 8 0 40 BE 1B 1D
Octal 65 126 135 53 10 0 100 276 33 35
Binary 110101 1010110 1011101 101011 1000 0 1000000 10111110 11011 11101

Color Harmonies of #35565D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35565D

Black with #35565D

Text Example


Text Example

White with #35565D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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