Html Css Color HEX #5256BD Rich Blue

📋 copy color: '#5256BD'

red 82 ◦ green 86 ◦ blue 189

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

Shades of Rich Blue #5256BD

Tints of Rich Blue #5256BD

RGB

 RED value IS 82 (32.42% from 255) = 22.97%

 GREEN value IS 86 (33.98% from 255) = 24.09%

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

R = 22.97%
G = 24.09%
B = 52.94%

CMYK

 C value IS 0.57

 M value IS 0.54

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#5256BD (or 0x5256BD) is known color: Rich Blue. HEX triplet: 52, 56 and BD. RGB value is (82,86,189). Sum of RGB (Red+Green+Blue) = 82+86+189=357 (47% of max value = 765). Red value is 82 (32.42% from 255 or 22.97% from 357); Green value is 86 (33.98% from 255 or 24.09% from 357); Blue value is 189 (74.22% from 255 or 52.94% from 357); Max value from RGB is 189 - color contains mainly: blue. Hex color #5256BD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5256BD is #ADA942. Grayscale: #606060. Windows color (decimal): -11381059 or 12408402. OLE color: 12408402.

HSL color Cylindrical-coordinate representation of color #5256BD: hue angle of 237.76º 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 #5256BD is Cyan = 0.57, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 82 86 189 -
CMYK 0.57 0.54 0 0.26
HSL 237.76º 0.45% 0.53% -
HSV(B) 237.76º 0.57% 0.74% -
XYZ 15.99 12.12 49.64 -
YUV 96.55 180.17 117.62 -
System Red Green Blue C M Y K H S L
Decimal 82 86 189 0.57 0.54 0 0.26 237.76 0.45 0.53
Hex 52 56 BD 39 36 0 1A EE 2D 35
Octal 122 126 275 71 66 0 32 356 55 65
Binary 1010010 1010110 10111101 111001 110110 0 11010 11101110 101101 110101

Color Harmonies of #5256BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5256BD

Black with #5256BD

Text Example


Text Example

White with #5256BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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