Html Css Color HEX #565BBB Rich Blue

📋 copy color: '#565BBB'

red 86 ◦ green 91 ◦ blue 187

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

Shades of Rich Blue #565BBB

Tints of Rich Blue #565BBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 51.37%

R = 23.63%
G = 25%
B = 51.37%

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

#565BBB (or 0x565BBB) is known color: Rich Blue. HEX triplet: 56, 5B and BB. RGB value is (86,91,187). Sum of RGB (Red+Green+Blue) = 86+91+187=364 (48% of max value = 765). Red value is 86 (33.98% from 255 or 23.63% from 364); Green value is 91 (35.94% from 255 or 25% from 364); Blue value is 187 (73.44% from 255 or 51.37% from 364); Max value from RGB is 187 - color contains mainly: blue. Hex color #565BBB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #565BBB is #A9A444. Grayscale: #646464. Windows color (decimal): -11117637 or 12278614. OLE color: 12278614.

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

Color convert

RGB 86 91 187 -
CMYK 0.54 0.51 0 0.27
HSL 237.03º 0.43% 0.54% -
HSV(B) 237.03º 0.54% 0.73% -
XYZ 16.55 13.05 48.66 -
YUV 100.45 176.84 117.69 -
System Red Green Blue C M Y K H S L
Decimal 86 91 187 0.54 0.51 0 0.27 237.03 0.43 0.54
Hex 56 5B BB 36 33 0 1B ED 2B 36
Octal 126 133 273 66 63 0 33 355 53 66
Binary 1010110 1011011 10111011 110110 110011 0 11011 11101101 101011 110110

Color Harmonies of #565BBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #565BBB

Black with #565BBB

Text Example


Text Example

White with #565BBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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