Html Css Color HEX #565CB6 Rich Blue

📋 copy color: '#565CB6'

red 86 ◦ green 92 ◦ blue 182

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

Shades of Rich Blue #565CB6

Tints of Rich Blue #565CB6

RGB

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

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

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

R = 23.89%
G = 25.56%
B = 50.56%

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

#565CB6 (or 0x565CB6) is known color: Rich Blue. HEX triplet: 56, 5C and B6. RGB value is (86,92,182). Sum of RGB (Red+Green+Blue) = 86+92+182=360 (47% of max value = 765). Red value is 86 (33.98% from 255 or 23.89% from 360); Green value is 92 (36.33% from 255 or 25.56% from 360); Blue value is 182 (71.48% from 255 or 50.56% from 360); Max value from RGB is 182 - color contains mainly: blue. Hex color #565CB6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #565CB6 is #A9A349. Grayscale: #646464. Windows color (decimal): -11117386 or 11951190. OLE color: 11951190.

HSL color Cylindrical-coordinate representation of color #565CB6: hue angle of 236.25º 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 #565CB6 is Cyan = 0.53, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 86 92 182 -
CMYK 0.53 0.49 0 0.29
HSL 236.25º 0.4% 0.53% -
HSV(B) 236.25º 0.53% 0.71% -
XYZ 16.11 13.01 45.92 -
YUV 100.47 174.01 117.68 -
System Red Green Blue C M Y K H S L
Decimal 86 92 182 0.53 0.49 0 0.29 236.25 0.4 0.53
Hex 56 5C B6 35 31 0 1D EC 28 35
Octal 126 134 266 65 61 0 35 354 50 65
Binary 1010110 1011100 10110110 110101 110001 0 11101 11101100 101000 110101

Color Harmonies of #565CB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #565CB6

Black with #565CB6

Text Example


Text Example

White with #565CB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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