Html Css Color HEX #525ABC Rich Blue

📋 copy color: '#525ABC'

red 82 ◦ green 90 ◦ blue 188

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

Shades of Rich Blue #525ABC

Tints of Rich Blue #525ABC

RGB

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

 GREEN value IS 90 (35.55% from 255) = 25%

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

R = 22.78%
G = 25%
B = 52.22%

CMYK

 C value IS 0.56

 M value IS 0.52

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#525ABC (or 0x525ABC) is known color: Rich Blue. HEX triplet: 52, 5A and BC. RGB value is (82,90,188). Sum of RGB (Red+Green+Blue) = 82+90+188=360 (47% of max value = 765). Red value is 82 (32.42% from 255 or 22.78% from 360); Green value is 90 (35.55% from 255 or 25% from 360); Blue value is 188 (73.83% from 255 or 52.22% from 360); Max value from RGB is 188 - color contains mainly: blue. Hex color #525ABC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #525ABC is #ADA543. Grayscale: #626262. Windows color (decimal): -11380036 or 12343890. OLE color: 12343890.

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

Color convert

RGB 82 90 188 -
CMYK 0.56 0.52 0 0.26
HSL 235.47º 0.44% 0.53% -
HSV(B) 235.47º 0.56% 0.74% -
XYZ 16.21 12.74 49.18 -
YUV 98.78 178.35 116.03 -
System Red Green Blue C M Y K H S L
Decimal 82 90 188 0.56 0.52 0 0.26 235.47 0.44 0.53
Hex 52 5A BC 38 34 0 1A EB 2C 35
Octal 122 132 274 70 64 0 32 353 54 65
Binary 1010010 1011010 10111100 111000 110100 0 11010 11101011 101100 110101

Color Harmonies of #525ABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #525ABC

Black with #525ABC

Text Example


Text Example

White with #525ABC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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