Html Css Color HEX #565DB1 Rich Blue

📋 copy color: '#565DB1'

red 86 ◦ green 93 ◦ blue 177

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

Shades of Rich Blue #565DB1

Tints of Rich Blue #565DB1

RGB

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

 GREEN value IS 93 (36.72% from 255) = 26.12%

 BLUE value IS 177 (69.53% from 255) = 49.72%

R = 24.16%
G = 26.12%
B = 49.72%

CMYK

 C value IS 0.51

 M value IS 0.47

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#565DB1 (or 0x565DB1) is known color: Rich Blue. HEX triplet: 56, 5D and B1. RGB value is (86,93,177). Sum of RGB (Red+Green+Blue) = 86+93+177=356 (47% of max value = 765). Red value is 86 (33.98% from 255 or 24.16% from 356); Green value is 93 (36.72% from 255 or 26.12% from 356); Blue value is 177 (69.53% from 255 or 49.72% from 356); Max value from RGB is 177 - color contains mainly: blue. Hex color #565DB1 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #565DB1 is #A9A24E. Grayscale: #646464. Windows color (decimal): -11117135 or 11623766. OLE color: 11623766.

HSL color Cylindrical-coordinate representation of color #565DB1: hue angle of 235.38º degrees, saturation: 0.37, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #565DB1 is Cyan = 0.51, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 86 93 177 -
CMYK 0.51 0.47 0 0.31
HSL 235.38º 0.37% 0.52% -
HSV(B) 235.38º 0.51% 0.69% -
XYZ 15.69 12.98 43.27 -
YUV 100.48 171.18 117.67 -
System Red Green Blue C M Y K H S L
Decimal 86 93 177 0.51 0.47 0 0.31 235.38 0.37 0.52
Hex 56 5D B1 33 2F 0 1F EB 25 34
Octal 126 135 261 63 57 0 37 353 45 64
Binary 1010110 1011101 10110001 110011 101111 0 11111 11101011 100101 110100

Color Harmonies of #565DB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #565DB1

Black with #565DB1

Text Example


Text Example

White with #565DB1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(86,93,177); }

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

background-color css

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

 a { background-color: rgb(86,93,177); }

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

border-color css

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

 span { border-color: rgb(86,93,177); }

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