Html Css Color HEX #37535D Casal

📋 copy color: '#37535D'

red 55 ◦ green 83 ◦ blue 93

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

Shades of Casal #37535D

Tints of Casal #37535D

RGB

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

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

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

R = 23.81%
G = 35.93%
B = 40.26%

CMYK

 C value IS 0.41

 M value IS 0.11

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#37535D (or 0x37535D) is known color: Casal. HEX triplet: 37, 53 and 5D. RGB value is (55,83,93). Sum of RGB (Red+Green+Blue) = 55+83+93=231 (30% of max value = 765). Red value is 55 (21.88% from 255 or 23.81% from 231); Green value is 83 (32.81% from 255 or 35.93% from 231); Blue value is 93 (36.72% from 255 or 40.26% from 231); Max value from RGB is 93 - color contains mainly: blue. Hex color #37535D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #37535D is #C8ACA2. Grayscale: #4B4B4B. Windows color (decimal): -13151395 or 6116151. OLE color: 6116151.

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

Color convert

RGB 55 83 93 -
CMYK 0.41 0.11 0 0.64
HSL 195.79º 0.26% 0.29% -
HSV(B) 195.79º 0.41% 0.36% -
XYZ 6.64 7.79 11.51 -
YUV 75.77 137.72 113.19 -
System Red Green Blue C M Y K H S L
Decimal 55 83 93 0.41 0.11 0 0.64 195.79 0.26 0.29
Hex 37 53 5D 29 B 0 40 C4 1A 1D
Octal 67 123 135 51 13 0 100 304 32 35
Binary 110111 1010011 1011101 101001 1011 0 1000000 11000100 11010 11101

Color Harmonies of #37535D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37535D

Black with #37535D

Text Example


Text Example

White with #37535D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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