Html Css Color HEX #565DB7 Rich Blue

📋 copy color: '#565DB7'

red 86 ◦ green 93 ◦ blue 183

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

Shades of Rich Blue #565DB7

Tints of Rich Blue #565DB7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 50.55%

R = 23.76%
G = 25.69%
B = 50.55%

CMYK

 C value IS 0.53

 M value IS 0.49

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#565DB7 (or 0x565DB7) is known color: Rich Blue. HEX triplet: 56, 5D and B7. RGB value is (86,93,183). Sum of RGB (Red+Green+Blue) = 86+93+183=362 (47% of max value = 765). Red value is 86 (33.98% from 255 or 23.76% from 362); Green value is 93 (36.72% from 255 or 25.69% from 362); Blue value is 183 (71.88% from 255 or 50.55% from 362); Max value from RGB is 183 - color contains mainly: blue. Hex color #565DB7 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #565DB7 is #A9A248. Grayscale: #646464. Windows color (decimal): -11117129 or 12016982. OLE color: 12016982.

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

Color convert

RGB 86 93 183 -
CMYK 0.53 0.49 0 0.28
HSL 235.67º 0.4% 0.53% -
HSV(B) 235.67º 0.53% 0.72% -
XYZ 16.3 13.23 46.49 -
YUV 101.17 174.18 117.18 -
System Red Green Blue C M Y K H S L
Decimal 86 93 183 0.53 0.49 0 0.28 235.67 0.4 0.53
Hex 56 5D B7 35 31 0 1C EC 28 35
Octal 126 135 267 65 61 0 34 354 50 65
Binary 1010110 1011101 10110111 110101 110001 0 11100 11101100 101000 110101

Color Harmonies of #565DB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #565DB7

Black with #565DB7

Text Example


Text Example

White with #565DB7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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