Html Css Color HEX #5B5D87 Comet

📋 copy color: '#5B5D87'

red 91 ◦ green 93 ◦ blue 135

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

Shades of Comet #5B5D87

Tints of Comet #5B5D87

RGB

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

 GREEN value IS 93 (36.72% from 255) = 29.15%

 BLUE value IS 135 (53.13% from 255) = 42.32%

R = 28.53%
G = 29.15%
B = 42.32%

CMYK

 C value IS 0.33

 M value IS 0.31

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#5B5D87 (or 0x5B5D87) is known color: Comet. HEX triplet: 5B, 5D and 87. RGB value is (91,93,135). Sum of RGB (Red+Green+Blue) = 91+93+135=319 (42% of max value = 765). Red value is 91 (35.94% from 255 or 28.53% from 319); Green value is 93 (36.72% from 255 or 29.15% from 319); Blue value is 135 (53.12% from 255 or 42.32% from 319); Max value from RGB is 135 - color contains mainly: blue. Hex color #5B5D87 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5B5D87 is #A4A278. Grayscale: #616161. Windows color (decimal): -10789497 or 8871259. OLE color: 8871259.

HSL color Cylindrical-coordinate representation of color #5B5D87: hue angle of 237.27º degrees, saturation: 0.19, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #5B5D87 is Cyan = 0.33, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 91 93 135 -
CMYK 0.33 0.31 0 0.47
HSL 237.27º 0.19% 0.44% -
HSV(B) 237.27º 0.33% 0.53% -
XYZ 12.6 11.8 24.54 -
YUV 97.19 149.34 123.58 -
System Red Green Blue C M Y K H S L
Decimal 91 93 135 0.33 0.31 0 0.47 237.27 0.19 0.44
Hex 5B 5D 87 21 1F 0 2F ED 13 2C
Octal 133 135 207 41 37 0 57 355 23 54
Binary 1011011 1011101 10000111 100001 11111 0 101111 11101101 10011 101100

Color Harmonies of #5B5D87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B5D87

Black with #5B5D87

Text Example


Text Example

White with #5B5D87

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,93,135); }

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

background-color css

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

 a { background-color: rgb(91,93,135); }

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

border-color css

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

 span { border-color: rgb(91,93,135); }

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