Html Css Color HEX #565CB1 Rich Blue

📋 copy color: '#565CB1'

red 86 ◦ green 92 ◦ blue 177

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

Shades of Rich Blue #565CB1

Tints of Rich Blue #565CB1

RGB

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

 GREEN value IS 92 (36.33% from 255) = 25.92%

 BLUE value IS 177 (69.53% from 255) = 49.86%

R = 24.23%
G = 25.92%
B = 49.86%

CMYK

 C value IS 0.51

 M value IS 0.48

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#565CB1 (or 0x565CB1) is known color: Rich Blue. HEX triplet: 56, 5C and B1. RGB value is (86,92,177). Sum of RGB (Red+Green+Blue) = 86+92+177=355 (47% of max value = 765). Red value is 86 (33.98% from 255 or 24.23% from 355); Green value is 92 (36.33% from 255 or 25.92% from 355); Blue value is 177 (69.53% from 255 or 49.86% from 355); Max value from RGB is 177 - color contains mainly: blue. Hex color #565CB1 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #565CB1 is #A9A34E. Grayscale: #636363. Windows color (decimal): -11117391 or 11623510. OLE color: 11623510.

HSL color Cylindrical-coordinate representation of color #565CB1: hue angle of 236.04º degrees, saturation: 0.37, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #565CB1 is Cyan = 0.51, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 86 92 177 -
CMYK 0.51 0.48 0 0.31
HSL 236.04º 0.37% 0.52% -
HSV(B) 236.04º 0.51% 0.69% -
XYZ 15.6 12.81 43.24 -
YUV 99.9 171.51 118.09 -
System Red Green Blue C M Y K H S L
Decimal 86 92 177 0.51 0.48 0 0.31 236.04 0.37 0.52
Hex 56 5C B1 33 30 0 1F EC 25 34
Octal 126 134 261 63 60 0 37 354 45 64
Binary 1010110 1011100 10110001 110011 110000 0 11111 11101100 100101 110100

Color Harmonies of #565CB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #565CB1

Black with #565CB1

Text Example


Text Example

White with #565CB1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(86,92,177); }

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

background-color css

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

 a { background-color: rgb(86,92,177); }

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

border-color css

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

 span { border-color: rgb(86,92,177); }

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