Html Css Color HEX #525DBA Rich Blue

📋 copy color: '#525DBA'

red 82 ◦ green 93 ◦ blue 186

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

Shades of Rich Blue #525DBA

Tints of Rich Blue #525DBA

RGB

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

 GREEN value IS 93 (36.72% from 255) = 25.76%

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

R = 22.71%
G = 25.76%
B = 51.52%

CMYK

 C value IS 0.56

 M value IS 0.5

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#525DBA (or 0x525DBA) is known color: Rich Blue. HEX triplet: 52, 5D and BA. RGB value is (82,93,186). Sum of RGB (Red+Green+Blue) = 82+93+186=361 (47% of max value = 765). Red value is 82 (32.42% from 255 or 22.71% from 361); Green value is 93 (36.72% from 255 or 25.76% from 361); Blue value is 186 (73.05% from 255 or 51.52% from 361); Max value from RGB is 186 - color contains mainly: blue. Hex color #525DBA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #525DBA is #ADA245. Grayscale: #636363. Windows color (decimal): -11379270 or 12213586. OLE color: 12213586.

HSL color Cylindrical-coordinate representation of color #525DBA: hue angle of 233.65º 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 #525DBA is Cyan = 0.56, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 82 93 186 -
CMYK 0.56 0.5 0 0.27
HSL 233.65º 0.43% 0.53% -
HSV(B) 233.65º 0.56% 0.73% -
XYZ 16.26 13.17 48.14 -
YUV 100.31 176.36 114.94 -
System Red Green Blue C M Y K H S L
Decimal 82 93 186 0.56 0.5 0 0.27 233.65 0.43 0.53
Hex 52 5D BA 38 32 0 1B EA 2B 35
Octal 122 135 272 70 62 0 33 352 53 65
Binary 1010010 1011101 10111010 111000 110010 0 11011 11101010 101011 110101

Color Harmonies of #525DBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #525DBA

Black with #525DBA

Text Example


Text Example

White with #525DBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #525DBA; }

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

 H1.HeaderClassName
 {
   color: #525DBA;
 }
 .AnyTagClassName
 {
   color: #525DBA;
 }
</style>

background-color css

<style>
 a { background-color: #525DBA; }

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

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

border-color css

<style>
 span { border-color: #525DBA; }

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

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