Html Css Color HEX #565EBA Rich Blue

📋 copy color: '#565EBA'

red 86 ◦ green 94 ◦ blue 186

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

Shades of Rich Blue #565EBA

Tints of Rich Blue #565EBA

RGB

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

 GREEN value IS 94 (37.11% from 255) = 25.68%

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

R = 23.5%
G = 25.68%
B = 50.82%

CMYK

 C value IS 0.54

 M value IS 0.49

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#565EBA (or 0x565EBA) is known color: Rich Blue. HEX triplet: 56, 5E and BA. RGB value is (86,94,186). Sum of RGB (Red+Green+Blue) = 86+94+186=366 (48% of max value = 765). Red value is 86 (33.98% from 255 or 23.50% from 366); Green value is 94 (37.11% from 255 or 25.68% from 366); Blue value is 186 (73.05% from 255 or 50.82% from 366); Max value from RGB is 186 - color contains mainly: blue. Hex color #565EBA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #565EBA is #A9A145. Grayscale: #656565. Windows color (decimal): -11116870 or 12213846. OLE color: 12213846.

HSL color Cylindrical-coordinate representation of color #565EBA: hue angle of 235.2º 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 #565EBA is Cyan = 0.54, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 86 94 186 -
CMYK 0.54 0.49 0 0.27
HSL 235.2º 0.42% 0.53% -
HSV(B) 235.2º 0.54% 0.73% -
XYZ 16.7 13.53 48.19 -
YUV 102.1 175.35 116.52 -
System Red Green Blue C M Y K H S L
Decimal 86 94 186 0.54 0.49 0 0.27 235.2 0.42 0.53
Hex 56 5E BA 36 31 0 1B EB 2A 35
Octal 126 136 272 66 61 0 33 353 52 65
Binary 1010110 1011110 10111010 110110 110001 0 11011 11101011 101010 110101

Color Harmonies of #565EBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #565EBA

Black with #565EBA

Text Example


Text Example

White with #565EBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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