Html Css Color HEX #5852BD Rich Blue

📋 copy color: '#5852BD'

red 88 ◦ green 82 ◦ blue 189

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

Shades of Rich Blue #5852BD

Tints of Rich Blue #5852BD

RGB

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

 GREEN value IS 82 (32.42% from 255) = 22.84%

 BLUE value IS 189 (74.22% from 255) = 52.65%

R = 24.51%
G = 22.84%
B = 52.65%

CMYK

 C value IS 0.53

 M value IS 0.57

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#5852BD (or 0x5852BD) is known color: Rich Blue. HEX triplet: 58, 52 and BD. RGB value is (88,82,189). Sum of RGB (Red+Green+Blue) = 88+82+189=359 (47% of max value = 765). Red value is 88 (34.77% from 255 or 24.51% from 359); Green value is 82 (32.42% from 255 or 22.84% from 359); Blue value is 189 (74.22% from 255 or 52.65% from 359); Max value from RGB is 189 - color contains mainly: blue. Hex color #5852BD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5852BD is #A7AD42. Grayscale: #5F5F5F. Windows color (decimal): -10988867 or 12407384. OLE color: 12407384.

HSL color Cylindrical-coordinate representation of color #5852BD: hue angle of 243.36º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5852BD is Cyan = 0.53, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 88 82 189 -
CMYK 0.53 0.57 0 0.26
HSL 243.36º 0.45% 0.53% -
HSV(B) 243.36º 0.57% 0.74% -
XYZ 16.23 11.78 49.56 -
YUV 95.99 180.49 122.3 -
System Red Green Blue C M Y K H S L
Decimal 88 82 189 0.53 0.57 0 0.26 243.36 0.45 0.53
Hex 58 52 BD 35 39 0 1A F3 2D 35
Octal 130 122 275 65 71 0 32 363 55 65
Binary 1011000 1010010 10111101 110101 111001 0 11010 11110011 101101 110101

Color Harmonies of #5852BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5852BD

Black with #5852BD

Text Example


Text Example

White with #5852BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5852BD; }

 p { color: rgb(88,82,189); }

 H1.HeaderClassName
 {
   color: #5852BD;
 }
 .AnyTagClassName
 {
   color: #5852BD;
 }
</style>

background-color css

<style>
 a { background-color: #5852BD; }

 a { background-color: rgb(88,82,189); }

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

border-color css

<style>
 span { border-color: #5852BD; }

 span { border-color: rgb(88,82,189); }

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