Html Css Color HEX #5C5B83 Comet

📋 copy color: '#5C5B83'

red 92 ◦ green 91 ◦ blue 131

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

Shades of Comet #5C5B83

Tints of Comet #5C5B83

RGB

 RED value IS 92 (36.33% from 255) = 29.3%

 GREEN value IS 91 (35.94% from 255) = 28.98%

 BLUE value IS 131 (51.56% from 255) = 41.72%

R = 29.3%
G = 28.98%
B = 41.72%

CMYK

 C value IS 0.30

 M value IS 0.31

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#5C5B83 (or 0x5C5B83) is known color: Comet. HEX triplet: 5C, 5B and 83. RGB value is (92,91,131). Sum of RGB (Red+Green+Blue) = 92+91+131=314 (41% of max value = 765). Red value is 92 (36.33% from 255 or 29.30% from 314); Green value is 91 (35.94% from 255 or 28.98% from 314); Blue value is 131 (51.56% from 255 or 41.72% from 314); Max value from RGB is 131 - color contains mainly: blue. Hex color #5C5B83 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5C5B83 is #A3A47C. Grayscale: #5F5F5F. Windows color (decimal): -10724477 or 8608604. OLE color: 8608604.

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

Color convert

RGB 92 91 131 -
CMYK 0.30 0.31 0 0.49
HSL 241.5º 0.18% 0.44% -
HSV(B) 241.5º 0.31% 0.51% -
XYZ 12.25 11.4 23.03 -
YUV 95.86 147.83 125.25 -
System Red Green Blue C M Y K H S L
Decimal 92 91 131 0.30 0.31 0 0.49 241.5 0.18 0.44
Hex 5C 5B 83 1E 1F 0 31 F2 12 2C
Octal 134 133 203 36 37 0 61 362 22 54
Binary 1011100 1011011 10000011 11110 11111 0 110001 11110010 10010 101100

Color Harmonies of #5C5B83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C5B83

Black with #5C5B83

Text Example


Text Example

White with #5C5B83

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(92,91,131); }

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

background-color css

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

 a { background-color: rgb(92,91,131); }

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

border-color css

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

 span { border-color: rgb(92,91,131); }

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