Html Css Color HEX #565EC0 Rich Blue

📋 copy color: '#565EC0'

red 86 ◦ green 94 ◦ blue 192

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

Shades of Rich Blue #565EC0

Tints of Rich Blue #565EC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 51.61%

R = 23.12%
G = 25.27%
B = 51.61%

CMYK

 C value IS 0.55

 M value IS 0.51

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#565EC0 (or 0x565EC0) is known color: Rich Blue. HEX triplet: 56, 5E and C0. RGB value is (86,94,192). Sum of RGB (Red+Green+Blue) = 86+94+192=372 (49% of max value = 765). Red value is 86 (33.98% from 255 or 23.12% from 372); Green value is 94 (37.11% from 255 or 25.27% from 372); Blue value is 192 (75.39% from 255 or 51.61% from 372); Max value from RGB is 192 - color contains mainly: blue. Hex color #565EC0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #565EC0 is #A9A13F. Grayscale: #666666. Windows color (decimal): -11116864 or 12607062. OLE color: 12607062.

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

Color convert

RGB 86 94 192 -
CMYK 0.55 0.51 0 0.25
HSL 235.47º 0.46% 0.55% -
HSV(B) 235.47º 0.55% 0.75% -
XYZ 17.35 13.79 51.62 -
YUV 102.78 178.35 116.03 -
System Red Green Blue C M Y K H S L
Decimal 86 94 192 0.55 0.51 0 0.25 235.47 0.46 0.55
Hex 56 5E C0 37 33 0 19 EB 2E 37
Octal 126 136 300 67 63 0 31 353 56 67
Binary 1010110 1011110 11000000 110111 110011 0 11001 11101011 101110 110111

Color Harmonies of #565EC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #565EC0

Black with #565EC0

Text Example


Text Example

White with #565EC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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