Html Css Color HEX #5A5CBB Rich Blue

📋 copy color: '#5A5CBB'

red 90 ◦ green 92 ◦ blue 187

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

Shades of Rich Blue #5A5CBB

Tints of Rich Blue #5A5CBB

RGB

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

 GREEN value IS 92 (36.33% from 255) = 24.93%

 BLUE value IS 187 (73.44% from 255) = 50.68%

R = 24.39%
G = 24.93%
B = 50.68%

CMYK

 C value IS 0.52

 M value IS 0.51

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#5A5CBB (or 0x5A5CBB) is known color: Rich Blue. HEX triplet: 5A, 5C and BB. RGB value is (90,92,187). Sum of RGB (Red+Green+Blue) = 90+92+187=369 (48% of max value = 765). Red value is 90 (35.55% from 255 or 24.39% from 369); Green value is 92 (36.33% from 255 or 24.93% from 369); Blue value is 187 (73.44% from 255 or 50.68% from 369); Max value from RGB is 187 - color contains mainly: blue. Hex color #5A5CBB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5A5CBB is #A5A344. Grayscale: #656565. Windows color (decimal): -10855237 or 12278874. OLE color: 12278874.

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

Color convert

RGB 90 92 187 -
CMYK 0.52 0.51 0 0.27
HSL 238.76º 0.42% 0.54% -
HSV(B) 238.76º 0.52% 0.73% -
XYZ 17.01 13.42 48.71 -
YUV 102.23 175.84 119.28 -
System Red Green Blue C M Y K H S L
Decimal 90 92 187 0.52 0.51 0 0.27 238.76 0.42 0.54
Hex 5A 5C BB 34 33 0 1B EF 2A 36
Octal 132 134 273 64 63 0 33 357 52 66
Binary 1011010 1011100 10111011 110100 110011 0 11011 11101111 101010 110110

Color Harmonies of #5A5CBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A5CBB

Black with #5A5CBB

Text Example


Text Example

White with #5A5CBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,92,187); }

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

background-color css

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

 a { background-color: rgb(90,92,187); }

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

border-color css

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

 span { border-color: rgb(90,92,187); }

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