Html Css Color HEX #5B6084 Comet

📋 copy color: '#5B6084'

red 91 ◦ green 96 ◦ blue 132

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

Shades of Comet #5B6084

Tints of Comet #5B6084

RGB

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

 GREEN value IS 96 (37.89% from 255) = 30.09%

 BLUE value IS 132 (51.95% from 255) = 41.38%

R = 28.53%
G = 30.09%
B = 41.38%

CMYK

 C value IS 0.31

 M value IS 0.27

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#5B6084 (or 0x5B6084) is known color: Comet. HEX triplet: 5B, 60 and 84. RGB value is (91,96,132). Sum of RGB (Red+Green+Blue) = 91+96+132=319 (42% of max value = 765). Red value is 91 (35.94% from 255 or 28.53% from 319); Green value is 96 (37.89% from 255 or 30.09% from 319); Blue value is 132 (51.95% from 255 or 41.38% from 319); Max value from RGB is 132 - color contains mainly: blue. Hex color #5B6084 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5B6084 is #A49F7B. Grayscale: #626262. Windows color (decimal): -10788732 or 8675419. OLE color: 8675419.

HSL color Cylindrical-coordinate representation of color #5B6084: hue angle of 232.68º degrees, saturation: 0.18, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #5B6084 is Cyan = 0.31, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 91 96 132 -
CMYK 0.31 0.27 0 0.48
HSL 232.68º 0.18% 0.44% -
HSV(B) 232.68º 0.31% 0.52% -
XYZ 12.66 12.26 23.53 -
YUV 98.61 146.84 122.57 -
System Red Green Blue C M Y K H S L
Decimal 91 96 132 0.31 0.27 0 0.48 232.68 0.18 0.44
Hex 5B 60 84 1F 1B 0 30 E9 12 2C
Octal 133 140 204 37 33 0 60 351 22 54
Binary 1011011 1100000 10000100 11111 11011 0 110000 11101001 10010 101100

Color Harmonies of #5B6084

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B6084

Black with #5B6084

Text Example


Text Example

White with #5B6084

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,96,132); }

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

background-color css

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

 a { background-color: rgb(91,96,132); }

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

border-color css

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

 span { border-color: rgb(91,96,132); }

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