Html Css Color HEX #5B6378 Chambray

📋 copy color: '#5B6378'

red 91 ◦ green 99 ◦ blue 120

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

Shades of Chambray #5B6378

Tints of Chambray #5B6378

RGB

 RED value IS 91 (35.94% from 255) = 29.35%

 GREEN value IS 99 (39.06% from 255) = 31.94%

 BLUE value IS 120 (47.27% from 255) = 38.71%

R = 29.35%
G = 31.94%
B = 38.71%

CMYK

 C value IS 0.24

 M value IS 0.17

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#5B6378 (or 0x5B6378) is known color: Chambray. HEX triplet: 5B, 63 and 78. RGB value is (91,99,120). Sum of RGB (Red+Green+Blue) = 91+99+120=310 (41% of max value = 765). Red value is 91 (35.94% from 255 or 29.35% from 310); Green value is 99 (39.06% from 255 or 31.94% from 310); Blue value is 120 (47.27% from 255 or 38.71% from 310); Max value from RGB is 120 - color contains mainly: blue. Hex color #5B6378 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5B6378 is #A49C87. Grayscale: #626262. Windows color (decimal): -10787976 or 7889755. OLE color: 7889755.

HSL color Cylindrical-coordinate representation of color #5B6378: hue angle of 223.45º degrees, saturation: 0.14, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #5B6378 is Cyan = 0.24, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 91 99 120 -
CMYK 0.24 0.17 0 0.53
HSL 223.45º 0.14% 0.41% -
HSV(B) 223.45º 0.24% 0.47% -
XYZ 12.17 12.5 19.54 -
YUV 99 139.85 122.29 -
System Red Green Blue C M Y K H S L
Decimal 91 99 120 0.24 0.17 0 0.53 223.45 0.14 0.41
Hex 5B 63 78 18 11 0 35 DF E 29
Octal 133 143 170 30 21 0 65 337 16 51
Binary 1011011 1100011 1111000 11000 10001 0 110101 11011111 1110 101001

Color Harmonies of #5B6378

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B6378

Black with #5B6378

Text Example


Text Example

White with #5B6378

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5B6378; }

 p { color: rgb(91,99,120); }

 H1.HeaderClassName
 {
   color: #5B6378;
 }
 .AnyTagClassName
 {
   color: #5B6378;
 }
</style>

background-color css

<style>
 a { background-color: #5B6378; }

 a { background-color: rgb(91,99,120); }

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

border-color css

<style>
 span { border-color: #5B6378; }

 span { border-color: rgb(91,99,120); }

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