Html Css Color HEX #565DB5 Rich Blue

📋 copy color: '#565DB5'

red 86 ◦ green 93 ◦ blue 181

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

Shades of Rich Blue #565DB5

Tints of Rich Blue #565DB5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 50.28%

R = 23.89%
G = 25.83%
B = 50.28%

CMYK

 C value IS 0.52

 M value IS 0.49

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#565DB5 (or 0x565DB5) is known color: Rich Blue. HEX triplet: 56, 5D and B5. RGB value is (86,93,181). Sum of RGB (Red+Green+Blue) = 86+93+181=360 (47% of max value = 765). Red value is 86 (33.98% from 255 or 23.89% from 360); Green value is 93 (36.72% from 255 or 25.83% from 360); Blue value is 181 (71.09% from 255 or 50.28% from 360); Max value from RGB is 181 - color contains mainly: blue. Hex color #565DB5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #565DB5 is #A9A24A. Grayscale: #646464. Windows color (decimal): -11117131 or 11885910. OLE color: 11885910.

HSL color Cylindrical-coordinate representation of color #565DB5: hue angle of 235.58º degrees, saturation: 0.39, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #565DB5 is Cyan = 0.52, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 86 93 181 -
CMYK 0.52 0.49 0 0.29
HSL 235.58º 0.39% 0.52% -
HSV(B) 235.58º 0.52% 0.71% -
XYZ 16.09 13.14 45.4 -
YUV 100.94 173.18 117.34 -
System Red Green Blue C M Y K H S L
Decimal 86 93 181 0.52 0.49 0 0.29 235.58 0.39 0.52
Hex 56 5D B5 34 31 0 1D EC 27 34
Octal 126 135 265 64 61 0 35 354 47 64
Binary 1010110 1011101 10110101 110100 110001 0 11101 11101100 100111 110100

Color Harmonies of #565DB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #565DB5

Black with #565DB5

Text Example


Text Example

White with #565DB5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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