Html Css Color HEX #5852BF Rich Blue

📋 copy color: '#5852BF'

red 88 ◦ green 82 ◦ blue 191

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

Shades of Rich Blue #5852BF

Tints of Rich Blue #5852BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 52.91%

R = 24.38%
G = 22.71%
B = 52.91%

CMYK

 C value IS 0.54

 M value IS 0.57

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#5852BF (or 0x5852BF) is known color: Rich Blue. HEX triplet: 58, 52 and BF. RGB value is (88,82,191). Sum of RGB (Red+Green+Blue) = 88+82+191=361 (47% of max value = 765). Red value is 88 (34.77% from 255 or 24.38% from 361); Green value is 82 (32.42% from 255 or 22.71% from 361); Blue value is 191 (75% from 255 or 52.91% from 361); Max value from RGB is 191 - color contains mainly: blue. Hex color #5852BF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5852BF is #A7AD40. Grayscale: #5F5F5F. Windows color (decimal): -10988865 or 12538456. OLE color: 12538456.

HSL color Cylindrical-coordinate representation of color #5852BF: hue angle of 243.3º degrees, saturation: 0.46, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5852BF is Cyan = 0.54, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 88 82 191 -
CMYK 0.54 0.57 0 0.25
HSL 243.3º 0.46% 0.54% -
HSV(B) 243.3º 0.57% 0.75% -
XYZ 16.45 11.87 50.71 -
YUV 96.22 181.49 122.14 -
System Red Green Blue C M Y K H S L
Decimal 88 82 191 0.54 0.57 0 0.25 243.3 0.46 0.54
Hex 58 52 BF 36 39 0 19 F3 2E 36
Octal 130 122 277 66 71 0 31 363 56 66
Binary 1011000 1010010 10111111 110110 111001 0 11001 11110011 101110 110110

Color Harmonies of #5852BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5852BF

Black with #5852BF

Text Example


Text Example

White with #5852BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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