Html Css Color HEX #585CB0 Rich Blue

📋 copy color: '#585CB0'

red 88 ◦ green 92 ◦ blue 176

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

Shades of Rich Blue #585CB0

Tints of Rich Blue #585CB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 49.44%

R = 24.72%
G = 25.84%
B = 49.44%

CMYK

 C value IS 0.50

 M value IS 0.48

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#585CB0 (or 0x585CB0) is known color: Rich Blue. HEX triplet: 58, 5C and B0. RGB value is (88,92,176). Sum of RGB (Red+Green+Blue) = 88+92+176=356 (47% of max value = 765). Red value is 88 (34.77% from 255 or 24.72% from 356); Green value is 92 (36.33% from 255 or 25.84% from 356); Blue value is 176 (69.14% from 255 or 49.44% from 356); Max value from RGB is 176 - color contains mainly: blue. Hex color #585CB0 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #585CB0 is #A7A34F. Grayscale: #646464. Windows color (decimal): -10986320 or 11557976. OLE color: 11557976.

HSL color Cylindrical-coordinate representation of color #585CB0: hue angle of 237.27º degrees, saturation: 0.36, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #585CB0 is Cyan = 0.50, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 88 92 176 -
CMYK 0.50 0.48 0 0.31
HSL 237.27º 0.36% 0.52% -
HSV(B) 237.27º 0.5% 0.69% -
XYZ 15.69 12.86 42.73 -
YUV 100.38 170.67 119.17 -
System Red Green Blue C M Y K H S L
Decimal 88 92 176 0.50 0.48 0 0.31 237.27 0.36 0.52
Hex 58 5C B0 32 30 0 1F ED 24 34
Octal 130 134 260 62 60 0 37 355 44 64
Binary 1011000 1011100 10110000 110010 110000 0 11111 11101101 100100 110100

Color Harmonies of #585CB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #585CB0

Black with #585CB0

Text Example


Text Example

White with #585CB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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