Html Css Color HEX #35545A Casal

📋 copy color: '#35545A'

red 53 ◦ green 84 ◦ blue 90

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

Shades of Casal #35545A

Tints of Casal #35545A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 39.65%

R = 23.35%
G = 37%
B = 39.65%

CMYK

 C value IS 0.41

 M value IS 0.07

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#35545A (or 0x35545A) is known color: Casal. HEX triplet: 35, 54 and 5A. RGB value is (53,84,90). Sum of RGB (Red+Green+Blue) = 53+84+90=227 (30% of max value = 765). Red value is 53 (21.09% from 255 or 23.35% from 227); Green value is 84 (33.20% from 255 or 37.00% from 227); Blue value is 90 (35.55% from 255 or 39.65% from 227); Max value from RGB is 90 - color contains mainly: blue. Hex color #35545A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #35545A is #CAABA5. Grayscale: #4B4B4B. Windows color (decimal): -13282214 or 5919797. OLE color: 5919797.

HSL color Cylindrical-coordinate representation of color #35545A: hue angle of 189.73º degrees, saturation: 0.26, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #35545A is Cyan = 0.41, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 53 84 90 -
CMYK 0.41 0.07 0 0.65
HSL 189.73º 0.26% 0.28% -
HSV(B) 189.73º 0.41% 0.35% -
XYZ 6.48 7.84 10.84 -
YUV 75.42 136.23 112.01 -
System Red Green Blue C M Y K H S L
Decimal 53 84 90 0.41 0.07 0 0.65 189.73 0.26 0.28
Hex 35 54 5A 29 7 0 41 BE 1A 1C
Octal 65 124 132 51 7 0 101 276 32 34
Binary 110101 1010100 1011010 101001 111 0 1000001 10111110 11010 11100

Color Harmonies of #35545A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35545A

Black with #35545A

Text Example


Text Example

White with #35545A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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