Html Css Color HEX #5665AF Rich Blue

📋 copy color: '#5665AF'

red 86 ◦ green 101 ◦ blue 175

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

Shades of Rich Blue #5665AF

Tints of Rich Blue #5665AF

RGB

 RED value IS 86 (33.98% from 255) = 23.76%

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

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

R = 23.76%
G = 27.9%
B = 48.34%

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

#5665AF (or 0x5665AF) is known color: Rich Blue. HEX triplet: 56, 65 and AF. RGB value is (86,101,175). Sum of RGB (Red+Green+Blue) = 86+101+175=362 (47% of max value = 765). Red value is 86 (33.98% from 255 or 23.76% from 362); Green value is 101 (39.84% from 255 or 27.90% from 362); Blue value is 175 (68.75% from 255 or 48.34% from 362); Max value from RGB is 175 - color contains mainly: blue. Hex color #5665AF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5665AF is #A99A50. Grayscale: #686868. Windows color (decimal): -11115089 or 11494742. OLE color: 11494742.

HSL color Cylindrical-coordinate representation of color #5665AF: hue angle of 229.89º 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 #5665AF is Cyan = 0.51, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 86 101 175 -
CMYK 0.51 0.42 0 0.31
HSL 229.89º 0.36% 0.51% -
HSV(B) 229.89º 0.51% 0.69% -
XYZ 16.23 14.38 42.48 -
YUV 104.95 167.53 114.48 -
System Red Green Blue C M Y K H S L
Decimal 86 101 175 0.51 0.42 0 0.31 229.89 0.36 0.51
Hex 56 65 AF 33 2A 0 1F E6 24 33
Octal 126 145 257 63 52 0 37 346 44 63
Binary 1010110 1100101 10101111 110011 101010 0 11111 11100110 100100 110011

Color Harmonies of #5665AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5665AF

Black with #5665AF

Text Example


Text Example

White with #5665AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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