Html Css Color HEX #565BBA Rich Blue

📋 copy color: '#565BBA'

red 86 ◦ green 91 ◦ blue 186

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

Shades of Rich Blue #565BBA

Tints of Rich Blue #565BBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 51.24%

R = 23.69%
G = 25.07%
B = 51.24%

CMYK

 C value IS 0.54

 M value IS 0.51

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#565BBA (or 0x565BBA) is known color: Rich Blue. HEX triplet: 56, 5B and BA. RGB value is (86,91,186). Sum of RGB (Red+Green+Blue) = 86+91+186=363 (48% of max value = 765). Red value is 86 (33.98% from 255 or 23.69% from 363); Green value is 91 (35.94% from 255 or 25.07% from 363); Blue value is 186 (73.05% from 255 or 51.24% from 363); Max value from RGB is 186 - color contains mainly: blue. Hex color #565BBA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #565BBA is #A9A445. Grayscale: #636363. Windows color (decimal): -11117638 or 12213078. OLE color: 12213078.

HSL color Cylindrical-coordinate representation of color #565BBA: hue angle of 237º degrees, saturation: 0.42, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #565BBA is Cyan = 0.54, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 86 91 186 -
CMYK 0.54 0.51 0 0.27
HSL 237º 0.42% 0.53% -
HSV(B) 237º 0.54% 0.73% -
XYZ 16.44 13.01 48.1 -
YUV 100.34 176.34 117.78 -
System Red Green Blue C M Y K H S L
Decimal 86 91 186 0.54 0.51 0 0.27 237 0.42 0.53
Hex 56 5B BA 36 33 0 1B ED 2A 35
Octal 126 133 272 66 63 0 33 355 52 65
Binary 1010110 1011011 10111010 110110 110011 0 11011 11101101 101010 110101

Color Harmonies of #565BBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #565BBA

Black with #565BBA

Text Example


Text Example

White with #565BBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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