Html Css Color HEX #35545C Casal

📋 copy color: '#35545C'

red 53 ◦ green 84 ◦ blue 92

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

Shades of Casal #35545C

Tints of Casal #35545C

RGB

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

 GREEN value IS 84 (33.2% from 255) = 36.68%

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

R = 23.14%
G = 36.68%
B = 40.17%

CMYK

 C value IS 0.42

 M value IS 0.09

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#35545C (or 0x35545C) is known color: Casal. HEX triplet: 35, 54 and 5C. RGB value is (53,84,92). Sum of RGB (Red+Green+Blue) = 53+84+92=229 (30% of max value = 765). Red value is 53 (21.09% from 255 or 23.14% from 229); Green value is 84 (33.20% from 255 or 36.68% from 229); Blue value is 92 (36.33% from 255 or 40.17% from 229); Max value from RGB is 92 - color contains mainly: blue. Hex color #35545C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #35545C is #CAABA3. Grayscale: #4B4B4B. Windows color (decimal): -13282212 or 6050869. OLE color: 6050869.

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

Color convert

RGB 53 84 92 -
CMYK 0.42 0.09 0 0.64
HSL 192.31º 0.27% 0.28% -
HSV(B) 192.31º 0.42% 0.36% -
XYZ 6.57 7.87 11.3 -
YUV 75.64 137.23 111.85 -
System Red Green Blue C M Y K H S L
Decimal 53 84 92 0.42 0.09 0 0.64 192.31 0.27 0.28
Hex 35 54 5C 2A 9 0 40 C0 1B 1C
Octal 65 124 134 52 11 0 100 300 33 34
Binary 110101 1010100 1011100 101010 1001 0 1000000 11000000 11011 11100

Color Harmonies of #35545C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35545C

Black with #35545C

Text Example


Text Example

White with #35545C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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