Html Css Color HEX #5852BC Rich Blue

📋 copy color: '#5852BC'

red 88 ◦ green 82 ◦ blue 188

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

Shades of Rich Blue #5852BC

Tints of Rich Blue #5852BC

RGB

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

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

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

R = 24.58%
G = 22.91%
B = 52.51%

CMYK

 C value IS 0.53

 M value IS 0.56

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#5852BC (or 0x5852BC) is known color: Rich Blue. HEX triplet: 58, 52 and BC. RGB value is (88,82,188). Sum of RGB (Red+Green+Blue) = 88+82+188=358 (47% of max value = 765). Red value is 88 (34.77% from 255 or 24.58% from 358); Green value is 82 (32.42% from 255 or 22.91% from 358); Blue value is 188 (73.83% from 255 or 52.51% from 358); Max value from RGB is 188 - color contains mainly: blue. Hex color #5852BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5852BC is #A7AD43. Grayscale: #5F5F5F. Windows color (decimal): -10988868 or 12341848. OLE color: 12341848.

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

Color convert

RGB 88 82 188 -
CMYK 0.53 0.56 0 0.26
HSL 243.4º 0.44% 0.53% -
HSV(B) 243.4º 0.56% 0.74% -
XYZ 16.12 11.74 48.99 -
YUV 95.88 179.99 122.38 -
System Red Green Blue C M Y K H S L
Decimal 88 82 188 0.53 0.56 0 0.26 243.4 0.44 0.53
Hex 58 52 BC 35 38 0 1A F3 2C 35
Octal 130 122 274 65 70 0 32 363 54 65
Binary 1011000 1010010 10111100 110101 111000 0 11010 11110011 101100 110101

Color Harmonies of #5852BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5852BC

Black with #5852BC

Text Example


Text Example

White with #5852BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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