Html Css Color HEX #585CBB Rich Blue

📋 copy color: '#585CBB'

red 88 ◦ green 92 ◦ blue 187

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

Shades of Rich Blue #585CBB

Tints of Rich Blue #585CBB

RGB

 RED value IS 88 (34.77% from 255) = 23.98%

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

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

R = 23.98%
G = 25.07%
B = 50.95%

CMYK

 C value IS 0.53

 M value IS 0.51

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#585CBB (or 0x585CBB) is known color: Rich Blue. HEX triplet: 58, 5C and BB. RGB value is (88,92,187). Sum of RGB (Red+Green+Blue) = 88+92+187=367 (48% of max value = 765). Red value is 88 (34.77% from 255 or 23.98% from 367); Green value is 92 (36.33% from 255 or 25.07% from 367); Blue value is 187 (73.44% from 255 or 50.95% from 367); Max value from RGB is 187 - color contains mainly: blue. Hex color #585CBB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #585CBB is #A7A344. Grayscale: #656565. Windows color (decimal): -10986309 or 12278872. OLE color: 12278872.

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

Color convert

RGB 88 92 187 -
CMYK 0.53 0.51 0 0.27
HSL 237.58º 0.42% 0.54% -
HSV(B) 237.58º 0.53% 0.73% -
XYZ 16.82 13.32 48.7 -
YUV 101.63 176.17 118.28 -
System Red Green Blue C M Y K H S L
Decimal 88 92 187 0.53 0.51 0 0.27 237.58 0.42 0.54
Hex 58 5C BB 35 33 0 1B EE 2A 36
Octal 130 134 273 65 63 0 33 356 52 66
Binary 1011000 1011100 10111011 110101 110011 0 11011 11101110 101010 110110

Color Harmonies of #585CBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #585CBB

Black with #585CBB

Text Example


Text Example

White with #585CBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #585CBB; }

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

 H1.HeaderClassName
 {
   color: #585CBB;
 }
 .AnyTagClassName
 {
   color: #585CBB;
 }
</style>

background-color css

<style>
 a { background-color: #585CBB; }

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

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

border-color css

<style>
 span { border-color: #585CBB; }

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

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