Html Css Color HEX #5256BA Rich Blue

📋 copy color: '#5256BA'

red 82 ◦ green 86 ◦ blue 186

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

Shades of Rich Blue #5256BA

Tints of Rich Blue #5256BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 52.54%

R = 23.16%
G = 24.29%
B = 52.54%

CMYK

 C value IS 0.56

 M value IS 0.54

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#5256BA (or 0x5256BA) is known color: Rich Blue. HEX triplet: 52, 56 and BA. RGB value is (82,86,186). Sum of RGB (Red+Green+Blue) = 82+86+186=354 (46% of max value = 765). Red value is 82 (32.42% from 255 or 23.16% from 354); Green value is 86 (33.98% from 255 or 24.29% from 354); Blue value is 186 (73.05% from 255 or 52.54% from 354); Max value from RGB is 186 - color contains mainly: blue. Hex color #5256BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5256BA is #ADA945. Grayscale: #5F5F5F. Windows color (decimal): -11381062 or 12211794. OLE color: 12211794.

HSL color Cylindrical-coordinate representation of color #5256BA: hue angle of 237.69º degrees, saturation: 0.43, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5256BA is Cyan = 0.56, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 82 86 186 -
CMYK 0.56 0.54 0 0.27
HSL 237.69º 0.43% 0.53% -
HSV(B) 237.69º 0.56% 0.73% -
XYZ 15.67 11.99 47.94 -
YUV 96.2 178.67 117.87 -
System Red Green Blue C M Y K H S L
Decimal 82 86 186 0.56 0.54 0 0.27 237.69 0.43 0.53
Hex 52 56 BA 38 36 0 1B EE 2B 35
Octal 122 126 272 70 66 0 33 356 53 65
Binary 1010010 1010110 10111010 111000 110110 0 11011 11101110 101011 110101

Color Harmonies of #5256BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5256BA

Black with #5256BA

Text Example


Text Example

White with #5256BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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