Html Css Color HEX #5B627C Comet

📋 copy color: '#5B627C'

red 91 ◦ green 98 ◦ blue 124

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

Shades of Comet #5B627C

Tints of Comet #5B627C

RGB

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

 GREEN value IS 98 (38.67% from 255) = 31.31%

 BLUE value IS 124 (48.83% from 255) = 39.62%

R = 29.07%
G = 31.31%
B = 39.62%

CMYK

 C value IS 0.27

 M value IS 0.21

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#5B627C (or 0x5B627C) is known color: Comet. HEX triplet: 5B, 62 and 7C. RGB value is (91,98,124). Sum of RGB (Red+Green+Blue) = 91+98+124=313 (41% of max value = 765). Red value is 91 (35.94% from 255 or 29.07% from 313); Green value is 98 (38.67% from 255 or 31.31% from 313); Blue value is 124 (48.83% from 255 or 39.62% from 313); Max value from RGB is 124 - color contains mainly: blue. Hex color #5B627C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5B627C is #A49D83. Grayscale: #626262. Windows color (decimal): -10788228 or 8151643. OLE color: 8151643.

HSL color Cylindrical-coordinate representation of color #5B627C: hue angle of 227.27º degrees, saturation: 0.15, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #5B627C is Cyan = 0.27, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 91 98 124 -
CMYK 0.27 0.21 0 0.51
HSL 227.27º 0.15% 0.42% -
HSV(B) 227.27º 0.27% 0.49% -
XYZ 12.32 12.41 20.82 -
YUV 98.87 142.18 122.39 -
System Red Green Blue C M Y K H S L
Decimal 91 98 124 0.27 0.21 0 0.51 227.27 0.15 0.42
Hex 5B 62 7C 1B 15 0 33 E3 F 2A
Octal 133 142 174 33 25 0 63 343 17 52
Binary 1011011 1100010 1111100 11011 10101 0 110011 11100011 1111 101010

Color Harmonies of #5B627C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B627C

Black with #5B627C

Text Example


Text Example

White with #5B627C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,98,124); }

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

background-color css

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

 a { background-color: rgb(91,98,124); }

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

border-color css

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

 span { border-color: rgb(91,98,124); }

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