Html Css Color HEX #565DB6 Rich Blue

📋 copy color: '#565DB6'

red 86 ◦ green 93 ◦ blue 182

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

Shades of Rich Blue #565DB6

Tints of Rich Blue #565DB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 50.42%

R = 23.82%
G = 25.76%
B = 50.42%

CMYK

 C value IS 0.53

 M value IS 0.49

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#565DB6 (or 0x565DB6) is known color: Rich Blue. HEX triplet: 56, 5D and B6. RGB value is (86,93,182). Sum of RGB (Red+Green+Blue) = 86+93+182=361 (47% of max value = 765). Red value is 86 (33.98% from 255 or 23.82% from 361); Green value is 93 (36.72% from 255 or 25.76% from 361); Blue value is 182 (71.48% from 255 or 50.42% from 361); Max value from RGB is 182 - color contains mainly: blue. Hex color #565DB6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #565DB6 is #A9A249. Grayscale: #646464. Windows color (decimal): -11117130 or 11951446. OLE color: 11951446.

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

Color convert

RGB 86 93 182 -
CMYK 0.53 0.49 0 0.29
HSL 235.63º 0.4% 0.53% -
HSV(B) 235.63º 0.53% 0.71% -
XYZ 16.2 13.18 45.95 -
YUV 101.05 173.68 117.26 -
System Red Green Blue C M Y K H S L
Decimal 86 93 182 0.53 0.49 0 0.29 235.63 0.4 0.53
Hex 56 5D B6 35 31 0 1D EC 28 35
Octal 126 135 266 65 61 0 35 354 50 65
Binary 1010110 1011101 10110110 110101 110001 0 11101 11101100 101000 110101

Color Harmonies of #565DB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #565DB6

Black with #565DB6

Text Example


Text Example

White with #565DB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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