Html Css Color HEX #5A5BBC Rich Blue

📋 copy color: '#5A5BBC'

red 90 ◦ green 91 ◦ blue 188

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

Shades of Rich Blue #5A5BBC

Tints of Rich Blue #5A5BBC

RGB

 RED value IS 90 (35.55% from 255) = 24.39%

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

 BLUE value IS 188 (73.83% from 255) = 50.95%

R = 24.39%
G = 24.66%
B = 50.95%

CMYK

 C value IS 0.52

 M value IS 0.52

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#5A5BBC (or 0x5A5BBC) is known color: Rich Blue. HEX triplet: 5A, 5B and BC. RGB value is (90,91,188). Sum of RGB (Red+Green+Blue) = 90+91+188=369 (48% of max value = 765). Red value is 90 (35.55% from 255 or 24.39% from 369); Green value is 91 (35.94% from 255 or 24.66% from 369); Blue value is 188 (73.83% from 255 or 50.95% from 369); Max value from RGB is 188 - color contains mainly: blue. Hex color #5A5BBC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5A5BBC is #A5A443. Grayscale: #656565. Windows color (decimal): -10855492 or 12344154. OLE color: 12344154.

HSL color Cylindrical-coordinate representation of color #5A5BBC: hue angle of 239.39º degrees, saturation: 0.42, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5A5BBC is Cyan = 0.52, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 90 91 188 -
CMYK 0.52 0.52 0 0.26
HSL 239.39º 0.42% 0.55% -
HSV(B) 239.39º 0.52% 0.74% -
XYZ 17.03 13.29 49.24 -
YUV 101.76 176.67 119.61 -
System Red Green Blue C M Y K H S L
Decimal 90 91 188 0.52 0.52 0 0.26 239.39 0.42 0.55
Hex 5A 5B BC 34 34 0 1A EF 2A 37
Octal 132 133 274 64 64 0 32 357 52 67
Binary 1011010 1011011 10111100 110100 110100 0 11010 11101111 101010 110111

Color Harmonies of #5A5BBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A5BBC

Black with #5A5BBC

Text Example


Text Example

White with #5A5BBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,91,188); }

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

background-color css

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

 a { background-color: rgb(90,91,188); }

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

border-color css

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

 span { border-color: rgb(90,91,188); }

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