Html Css Color HEX #565BBE Rich Blue

📋 copy color: '#565BBE'

red 86 ◦ green 91 ◦ blue 190

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

Shades of Rich Blue #565BBE

Tints of Rich Blue #565BBE

RGB

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

 GREEN value IS 91 (35.94% from 255) = 24.8%

 BLUE value IS 190 (74.61% from 255) = 51.77%

R = 23.43%
G = 24.8%
B = 51.77%

CMYK

 C value IS 0.55

 M value IS 0.52

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#565BBE (or 0x565BBE) is known color: Rich Blue. HEX triplet: 56, 5B and BE. RGB value is (86,91,190). Sum of RGB (Red+Green+Blue) = 86+91+190=367 (48% of max value = 765). Red value is 86 (33.98% from 255 or 23.43% from 367); Green value is 91 (35.94% from 255 or 24.80% from 367); Blue value is 190 (74.61% from 255 or 51.77% from 367); Max value from RGB is 190 - color contains mainly: blue. Hex color #565BBE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #565BBE is #A9A441. Grayscale: #646464. Windows color (decimal): -11117634 or 12475222. OLE color: 12475222.

HSL color Cylindrical-coordinate representation of color #565BBE: hue angle of 237.12º degrees, saturation: 0.44, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #565BBE is Cyan = 0.55, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 86 91 190 -
CMYK 0.55 0.52 0 0.25
HSL 237.12º 0.44% 0.54% -
HSV(B) 237.12º 0.55% 0.75% -
XYZ 16.87 13.18 50.37 -
YUV 100.79 178.34 117.45 -
System Red Green Blue C M Y K H S L
Decimal 86 91 190 0.55 0.52 0 0.25 237.12 0.44 0.54
Hex 56 5B BE 37 34 0 19 ED 2C 36
Octal 126 133 276 67 64 0 31 355 54 66
Binary 1010110 1011011 10111110 110111 110100 0 11001 11101101 101100 110110

Color Harmonies of #565BBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #565BBE

Black with #565BBE

Text Example


Text Example

White with #565BBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #565BBE; }

 p { color: rgb(86,91,190); }

 H1.HeaderClassName
 {
   color: #565BBE;
 }
 .AnyTagClassName
 {
   color: #565BBE;
 }
</style>

background-color css

<style>
 a { background-color: #565BBE; }

 a { background-color: rgb(86,91,190); }

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

border-color css

<style>
 span { border-color: #565BBE; }

 span { border-color: rgb(86,91,190); }

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