Html Css Color HEX #585CBC Rich Blue

📋 copy color: '#585CBC'

red 88 ◦ green 92 ◦ blue 188

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

Shades of Rich Blue #585CBC

Tints of Rich Blue #585CBC

RGB

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

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

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

R = 23.91%
G = 25%
B = 51.09%

CMYK

 C value IS 0.53

 M value IS 0.51

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#585CBC (or 0x585CBC) is known color: Rich Blue. HEX triplet: 58, 5C and BC. RGB value is (88,92,188). Sum of RGB (Red+Green+Blue) = 88+92+188=368 (48% of max value = 765). Red value is 88 (34.77% from 255 or 23.91% from 368); Green value is 92 (36.33% from 255 or 25% from 368); Blue value is 188 (73.83% from 255 or 51.09% from 368); Max value from RGB is 188 - color contains mainly: blue. Hex color #585CBC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #585CBC is #A7A343. Grayscale: #656565. Windows color (decimal): -10986308 or 12344408. OLE color: 12344408.

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

Color convert

RGB 88 92 188 -
CMYK 0.53 0.51 0 0.26
HSL 237.6º 0.43% 0.54% -
HSV(B) 237.6º 0.53% 0.74% -
XYZ 16.93 13.36 49.26 -
YUV 101.75 176.67 118.19 -
System Red Green Blue C M Y K H S L
Decimal 88 92 188 0.53 0.51 0 0.26 237.6 0.43 0.54
Hex 58 5C BC 35 33 0 1A EE 2B 36
Octal 130 134 274 65 63 0 32 356 53 66
Binary 1011000 1011100 10111100 110101 110011 0 11010 11101110 101011 110110

Color Harmonies of #585CBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #585CBC

Black with #585CBC

Text Example


Text Example

White with #585CBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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