Html Css Color HEX #565FBA Rich Blue

📋 copy color: '#565FBA'

red 86 ◦ green 95 ◦ blue 186

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

Shades of Rich Blue #565FBA

Tints of Rich Blue #565FBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 50.68%

R = 23.43%
G = 25.89%
B = 50.68%

CMYK

 C value IS 0.54

 M value IS 0.49

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#565FBA (or 0x565FBA) is known color: Rich Blue. HEX triplet: 56, 5F and BA. RGB value is (86,95,186). Sum of RGB (Red+Green+Blue) = 86+95+186=367 (48% of max value = 765). Red value is 86 (33.98% from 255 or 23.43% from 367); Green value is 95 (37.5% from 255 or 25.89% from 367); Blue value is 186 (73.05% from 255 or 50.68% from 367); Max value from RGB is 186 - color contains mainly: blue. Hex color #565FBA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #565FBA is #A9A045. Grayscale: #666666. Windows color (decimal): -11116614 or 12214102. OLE color: 12214102.

HSL color Cylindrical-coordinate representation of color #565FBA: hue angle of 234.6º degrees, saturation: 0.42, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #565FBA is Cyan = 0.54, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 86 95 186 -
CMYK 0.54 0.49 0 0.27
HSL 234.6º 0.42% 0.53% -
HSV(B) 234.6º 0.54% 0.73% -
XYZ 16.79 13.71 48.22 -
YUV 102.68 175.02 116.1 -
System Red Green Blue C M Y K H S L
Decimal 86 95 186 0.54 0.49 0 0.27 234.6 0.42 0.53
Hex 56 5F BA 36 31 0 1B EB 2A 35
Octal 126 137 272 66 61 0 33 353 52 65
Binary 1010110 1011111 10111010 110110 110001 0 11011 11101011 101010 110101

Color Harmonies of #565FBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #565FBA

Black with #565FBA

Text Example


Text Example

White with #565FBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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