Html Css Color HEX #37535F Casal

📋 copy color: '#37535F'

red 55 ◦ green 83 ◦ blue 95

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

Shades of Casal #37535F

Tints of Casal #37535F

RGB

 RED value IS 55 (21.88% from 255) = 23.61%

 GREEN value IS 83 (32.81% from 255) = 35.62%

 BLUE value IS 95 (37.5% from 255) = 40.77%

R = 23.61%
G = 35.62%
B = 40.77%

CMYK

 C value IS 0.42

 M value IS 0.13

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#37535F (or 0x37535F) is known color: Casal. HEX triplet: 37, 53 and 5F. RGB value is (55,83,95). Sum of RGB (Red+Green+Blue) = 55+83+95=233 (30% of max value = 765). Red value is 55 (21.88% from 255 or 23.61% from 233); Green value is 83 (32.81% from 255 or 35.62% from 233); Blue value is 95 (37.5% from 255 or 40.77% from 233); Max value from RGB is 95 - color contains mainly: blue. Hex color #37535F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #37535F is #C8ACA0. Grayscale: #4B4B4B. Windows color (decimal): -13151393 or 6247223. OLE color: 6247223.

HSL color Cylindrical-coordinate representation of color #37535F: hue angle of 198º degrees, saturation: 0.27, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #37535F is Cyan = 0.42, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 55 83 95 -
CMYK 0.42 0.13 0 0.63
HSL 198º 0.27% 0.29% -
HSV(B) 198º 0.42% 0.37% -
XYZ 6.73 7.82 11.98 -
YUV 76 138.72 113.02 -
System Red Green Blue C M Y K H S L
Decimal 55 83 95 0.42 0.13 0 0.63 198 0.27 0.29
Hex 37 53 5F 2A D 0 3F C6 1B 1D
Octal 67 123 137 52 15 0 77 306 33 35
Binary 110111 1010011 1011111 101010 1101 0 111111 11000110 11011 11101

Color Harmonies of #37535F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37535F

Black with #37535F

Text Example


Text Example

White with #37535F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #37535F; }

 p { color: rgb(55,83,95); }

 H1.HeaderClassName
 {
   color: #37535F;
 }
 .AnyTagClassName
 {
   color: #37535F;
 }
</style>

background-color css

<style>
 a { background-color: #37535F; }

 a { background-color: rgb(55,83,95); }

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

border-color css

<style>
 span { border-color: #37535F; }

 span { border-color: rgb(55,83,95); }

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