Html Css Color HEX #5256BE Rich Blue

📋 copy color: '#5256BE'

red 82 ◦ green 86 ◦ blue 190

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

Shades of Rich Blue #5256BE

Tints of Rich Blue #5256BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 53.07%

R = 22.91%
G = 24.02%
B = 53.07%

CMYK

 C value IS 0.57

 M value IS 0.55

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#5256BE (or 0x5256BE) is known color: Rich Blue. HEX triplet: 52, 56 and BE. RGB value is (82,86,190). Sum of RGB (Red+Green+Blue) = 82+86+190=358 (47% of max value = 765). Red value is 82 (32.42% from 255 or 22.91% from 358); Green value is 86 (33.98% from 255 or 24.02% from 358); Blue value is 190 (74.61% from 255 or 53.07% from 358); Max value from RGB is 190 - color contains mainly: blue. Hex color #5256BE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5256BE is #ADA941. Grayscale: #606060. Windows color (decimal): -11381058 or 12473938. OLE color: 12473938.

HSL color Cylindrical-coordinate representation of color #5256BE: hue angle of 237.78º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5256BE is Cyan = 0.57, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 82 86 190 -
CMYK 0.57 0.55 0 0.25
HSL 237.78º 0.45% 0.53% -
HSV(B) 237.78º 0.57% 0.75% -
XYZ 16.1 12.17 50.22 -
YUV 96.66 180.67 117.54 -
System Red Green Blue C M Y K H S L
Decimal 82 86 190 0.57 0.55 0 0.25 237.78 0.45 0.53
Hex 52 56 BE 39 37 0 19 EE 2D 35
Octal 122 126 276 71 67 0 31 356 55 65
Binary 1010010 1010110 10111110 111001 110111 0 11001 11101110 101101 110101

Color Harmonies of #5256BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5256BE

Black with #5256BE

Text Example


Text Example

White with #5256BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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