Html Css Color HEX #35515D Casal

📋 copy color: '#35515D'

red 53 ◦ green 81 ◦ blue 93

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

Shades of Casal #35515D

Tints of Casal #35515D

RGB

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

 GREEN value IS 81 (32.03% from 255) = 35.68%

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

R = 23.35%
G = 35.68%
B = 40.97%

CMYK

 C value IS 0.43

 M value IS 0.13

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#35515D (or 0x35515D) is known color: Casal. HEX triplet: 35, 51 and 5D. RGB value is (53,81,93). Sum of RGB (Red+Green+Blue) = 53+81+93=227 (30% of max value = 765). Red value is 53 (21.09% from 255 or 23.35% from 227); Green value is 81 (32.03% from 255 or 35.68% from 227); Blue value is 93 (36.72% from 255 or 40.97% from 227); Max value from RGB is 93 - color contains mainly: blue. Hex color #35515D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #35515D is #CAAEA2. Grayscale: #494949. Windows color (decimal): -13282979 or 6115637. OLE color: 6115637.

HSL color Cylindrical-coordinate representation of color #35515D: hue angle of 198º 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 #35515D is Cyan = 0.43, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 53 81 93 -
CMYK 0.43 0.13 0 0.64
HSL 198º 0.27% 0.29% -
HSV(B) 198º 0.43% 0.36% -
XYZ 6.39 7.43 11.45 -
YUV 74 138.72 113.02 -
System Red Green Blue C M Y K H S L
Decimal 53 81 93 0.43 0.13 0 0.64 198 0.27 0.29
Hex 35 51 5D 2B D 0 40 C6 1B 1D
Octal 65 121 135 53 15 0 100 306 33 35
Binary 110101 1010001 1011101 101011 1101 0 1000000 11000110 11011 11101

Color Harmonies of #35515D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35515D

Black with #35515D

Text Example


Text Example

White with #35515D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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