Html Css Color HEX #565FB8 Rich Blue

📋 copy color: '#565FB8'

red 86 ◦ green 95 ◦ blue 184

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

Shades of Rich Blue #565FB8

Tints of Rich Blue #565FB8

RGB

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

 GREEN value IS 95 (37.5% from 255) = 26.03%

 BLUE value IS 184 (72.27% from 255) = 50.41%

R = 23.56%
G = 26.03%
B = 50.41%

CMYK

 C value IS 0.53

 M value IS 0.48

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#565FB8 (or 0x565FB8) is known color: Rich Blue. HEX triplet: 56, 5F and B8. RGB value is (86,95,184). Sum of RGB (Red+Green+Blue) = 86+95+184=365 (48% of max value = 765). Red value is 86 (33.98% from 255 or 23.56% from 365); Green value is 95 (37.5% from 255 or 26.03% from 365); Blue value is 184 (72.27% from 255 or 50.41% from 365); Max value from RGB is 184 - color contains mainly: blue. Hex color #565FB8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #565FB8 is #A9A047. Grayscale: #666666. Windows color (decimal): -11116616 or 12083030. OLE color: 12083030.

HSL color Cylindrical-coordinate representation of color #565FB8: hue angle of 234.49º degrees, saturation: 0.41, 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 #565FB8 is Cyan = 0.53, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 86 95 184 -
CMYK 0.53 0.48 0 0.28
HSL 234.49º 0.41% 0.53% -
HSV(B) 234.49º 0.53% 0.72% -
XYZ 16.58 13.62 47.1 -
YUV 102.46 174.02 116.26 -
System Red Green Blue C M Y K H S L
Decimal 86 95 184 0.53 0.48 0 0.28 234.49 0.41 0.53
Hex 56 5F B8 35 30 0 1C EA 29 35
Octal 126 137 270 65 60 0 34 352 51 65
Binary 1010110 1011111 10111000 110101 110000 0 11100 11101010 101001 110101

Color Harmonies of #565FB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #565FB8

Black with #565FB8

Text Example


Text Example

White with #565FB8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(86,95,184); }

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

background-color css

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

 a { background-color: rgb(86,95,184); }

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

border-color css

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

 span { border-color: rgb(86,95,184); }

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