Html Css Color HEX #5552AF Rich Blue

📋 copy color: '#5552AF'

red 85 ◦ green 82 ◦ blue 175

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

Shades of Rich Blue #5552AF

Tints of Rich Blue #5552AF

RGB

 RED value IS 85 (33.59% from 255) = 24.85%

 GREEN value IS 82 (32.42% from 255) = 23.98%

 BLUE value IS 175 (68.75% from 255) = 51.17%

R = 24.85%
G = 23.98%
B = 51.17%

CMYK

 C value IS 0.51

 M value IS 0.53

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#5552AF (or 0x5552AF) is known color: Rich Blue. HEX triplet: 55, 52 and AF. RGB value is (85,82,175). Sum of RGB (Red+Green+Blue) = 85+82+175=342 (45% of max value = 765). Red value is 85 (33.59% from 255 or 24.85% from 342); Green value is 82 (32.42% from 255 or 23.98% from 342); Blue value is 175 (68.75% from 255 or 51.17% from 342); Max value from RGB is 175 - color contains mainly: blue. Hex color #5552AF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5552AF is #AAAD50. Grayscale: #5D5D5D. Windows color (decimal): -11185489 or 11489877. OLE color: 11489877.

HSL color Cylindrical-coordinate representation of color #5552AF: hue angle of 241.94º degrees, saturation: 0.37, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5552AF is Cyan = 0.51, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 85 82 175 -
CMYK 0.51 0.53 0 0.31
HSL 241.94º 0.37% 0.5% -
HSV(B) 241.94º 0.53% 0.69% -
XYZ 14.5 11.06 41.93 -
YUV 93.5 173.99 121.94 -
System Red Green Blue C M Y K H S L
Decimal 85 82 175 0.51 0.53 0 0.31 241.94 0.37 0.5
Hex 55 52 AF 33 35 0 1F F2 25 32
Octal 125 122 257 63 65 0 37 362 45 62
Binary 1010101 1010010 10101111 110011 110101 0 11111 11110010 100101 110010

Color Harmonies of #5552AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5552AF

Black with #5552AF

Text Example


Text Example

White with #5552AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5552AF; }

 p { color: rgb(85,82,175); }

 H1.HeaderClassName
 {
   color: #5552AF;
 }
 .AnyTagClassName
 {
   color: #5552AF;
 }
</style>

background-color css

<style>
 a { background-color: #5552AF; }

 a { background-color: rgb(85,82,175); }

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

border-color css

<style>
 span { border-color: #5552AF; }

 span { border-color: rgb(85,82,175); }

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