Html Css Color HEX #565BC1 Rich Blue

📋 copy color: '#565BC1'

red 86 ◦ green 91 ◦ blue 193

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

Shades of Rich Blue #565BC1

Tints of Rich Blue #565BC1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 52.16%

R = 23.24%
G = 24.59%
B = 52.16%

CMYK

 C value IS 0.55

 M value IS 0.53

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#565BC1 (or 0x565BC1) is known color: Rich Blue. HEX triplet: 56, 5B and C1. RGB value is (86,91,193). Sum of RGB (Red+Green+Blue) = 86+91+193=370 (49% of max value = 765). Red value is 86 (33.98% from 255 or 23.24% from 370); Green value is 91 (35.94% from 255 or 24.59% from 370); Blue value is 193 (75.78% from 255 or 52.16% from 370); Max value from RGB is 193 - color contains mainly: blue. Hex color #565BC1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #565BC1 is #A9A43E. Grayscale: #646464. Windows color (decimal): -11117631 or 12671830. OLE color: 12671830.

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

Color convert

RGB 86 91 193 -
CMYK 0.55 0.53 0 0.24
HSL 237.2º 0.46% 0.55% -
HSV(B) 237.2º 0.55% 0.76% -
XYZ 17.2 13.31 52.11 -
YUV 101.13 179.84 117.21 -
System Red Green Blue C M Y K H S L
Decimal 86 91 193 0.55 0.53 0 0.24 237.2 0.46 0.55
Hex 56 5B C1 37 35 0 18 ED 2E 37
Octal 126 133 301 67 65 0 30 355 56 67
Binary 1010110 1011011 11000001 110111 110101 0 11000 11101101 101110 110111

Color Harmonies of #565BC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #565BC1

Black with #565BC1

Text Example


Text Example

White with #565BC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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