Html Css Color HEX #5565AF Rich Blue

📋 copy color: '#5565AF'

red 85 ◦ green 101 ◦ blue 175

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

Shades of Rich Blue #5565AF

Tints of Rich Blue #5565AF

RGB

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

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

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

R = 23.55%
G = 27.98%
B = 48.48%

CMYK

 C value IS 0.51

 M value IS 0.42

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#5565AF (or 0x5565AF) is known color: Rich Blue. HEX triplet: 55, 65 and AF. RGB value is (85,101,175). Sum of RGB (Red+Green+Blue) = 85+101+175=361 (47% of max value = 765). Red value is 85 (33.59% from 255 or 23.55% from 361); Green value is 101 (39.84% from 255 or 27.98% from 361); Blue value is 175 (68.75% from 255 or 48.48% from 361); Max value from RGB is 175 - color contains mainly: blue. Hex color #5565AF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5565AF is #AA9A50. Grayscale: #686868. Windows color (decimal): -11180625 or 11494741. OLE color: 11494741.

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

Color convert

RGB 85 101 175 -
CMYK 0.51 0.42 0 0.31
HSL 229.33º 0.36% 0.51% -
HSV(B) 229.33º 0.51% 0.69% -
XYZ 16.14 14.33 42.47 -
YUV 104.65 167.7 113.98 -
System Red Green Blue C M Y K H S L
Decimal 85 101 175 0.51 0.42 0 0.31 229.33 0.36 0.51
Hex 55 65 AF 33 2A 0 1F E5 24 33
Octal 125 145 257 63 52 0 37 345 44 63
Binary 1010101 1100101 10101111 110011 101010 0 11111 11100101 100100 110011

Color Harmonies of #5565AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5565AF

Black with #5565AF

Text Example


Text Example

White with #5565AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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