Html Css Color HEX #5565AC Rich Blue

📋 copy color: '#5565AC'

red 85 ◦ green 101 ◦ blue 172

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

Shades of Rich Blue #5565AC

Tints of Rich Blue #5565AC

RGB

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

 GREEN value IS 101 (39.84% from 255) = 28.21%

 BLUE value IS 172 (67.58% from 255) = 48.04%

R = 23.74%
G = 28.21%
B = 48.04%

CMYK

 C value IS 0.51

 M value IS 0.41

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5565AC (or 0x5565AC) is known color: Rich Blue. HEX triplet: 55, 65 and AC. RGB value is (85,101,172). Sum of RGB (Red+Green+Blue) = 85+101+172=358 (47% of max value = 765). Red value is 85 (33.59% from 255 or 23.74% from 358); Green value is 101 (39.84% from 255 or 28.21% from 358); Blue value is 172 (67.58% from 255 or 48.04% from 358); Max value from RGB is 172 - color contains mainly: blue. Hex color #5565AC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5565AC is #AA9A53. Grayscale: #686868. Windows color (decimal): -11180628 or 11298133. OLE color: 11298133.

HSL color Cylindrical-coordinate representation of color #5565AC: hue angle of 228.97º degrees, saturation: 0.34, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5565AC is Cyan = 0.51, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 85 101 172 -
CMYK 0.51 0.41 0 0.33
HSL 228.97º 0.34% 0.5% -
HSV(B) 228.97º 0.51% 0.67% -
XYZ 15.85 14.22 40.94 -
YUV 104.31 166.2 114.23 -
System Red Green Blue C M Y K H S L
Decimal 85 101 172 0.51 0.41 0 0.33 228.97 0.34 0.5
Hex 55 65 AC 33 29 0 21 E5 22 32
Octal 125 145 254 63 51 0 41 345 42 62
Binary 1010101 1100101 10101100 110011 101001 0 100001 11100101 100010 110010

Color Harmonies of #5565AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5565AC

Black with #5565AC

Text Example


Text Example

White with #5565AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5565AC; }

 p { color: rgb(85,101,172); }

 H1.HeaderClassName
 {
   color: #5565AC;
 }
 .AnyTagClassName
 {
   color: #5565AC;
 }
</style>

background-color css

<style>
 a { background-color: #5565AC; }

 a { background-color: rgb(85,101,172); }

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

border-color css

<style>
 span { border-color: #5565AC; }

 span { border-color: rgb(85,101,172); }

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