Html Css Color HEX #5C63AB Rich Blue

📋 copy color: '#5C63AB'

red 92 ◦ green 99 ◦ blue 171

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

Shades of Rich Blue #5C63AB

Tints of Rich Blue #5C63AB

RGB

 RED value IS 92 (36.33% from 255) = 25.41%

 GREEN value IS 99 (39.06% from 255) = 27.35%

 BLUE value IS 171 (67.19% from 255) = 47.24%

R = 25.41%
G = 27.35%
B = 47.24%

CMYK

 C value IS 0.46

 M value IS 0.42

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5C63AB (or 0x5C63AB) is known color: Rich Blue. HEX triplet: 5C, 63 and AB. RGB value is (92,99,171). Sum of RGB (Red+Green+Blue) = 92+99+171=362 (47% of max value = 765). Red value is 92 (36.33% from 255 or 25.41% from 362); Green value is 99 (39.06% from 255 or 27.35% from 362); Blue value is 171 (67.19% from 255 or 47.24% from 362); Max value from RGB is 171 - color contains mainly: blue. Hex color #5C63AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5C63AB is #A39C54. Grayscale: #686868. Windows color (decimal): -10722389 or 11232092. OLE color: 11232092.

HSL color Cylindrical-coordinate representation of color #5C63AB: hue angle of 234.68º degrees, saturation: 0.32, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #5C63AB is Cyan = 0.46, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 92 99 171 -
CMYK 0.46 0.42 0 0.33
HSL 234.68º 0.32% 0.52% -
HSV(B) 234.68º 0.46% 0.67% -
XYZ 16.23 14.14 40.4 -
YUV 105.12 165.18 118.65 -
System Red Green Blue C M Y K H S L
Decimal 92 99 171 0.46 0.42 0 0.33 234.68 0.32 0.52
Hex 5C 63 AB 2E 2A 0 21 EB 20 34
Octal 134 143 253 56 52 0 41 353 40 64
Binary 1011100 1100011 10101011 101110 101010 0 100001 11101011 100000 110100

Color Harmonies of #5C63AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C63AB

Black with #5C63AB

Text Example


Text Example

White with #5C63AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5C63AB; }

 p { color: rgb(92,99,171); }

 H1.HeaderClassName
 {
   color: #5C63AB;
 }
 .AnyTagClassName
 {
   color: #5C63AB;
 }
</style>

background-color css

<style>
 a { background-color: #5C63AB; }

 a { background-color: rgb(92,99,171); }

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

border-color css

<style>
 span { border-color: #5C63AB; }

 span { border-color: rgb(92,99,171); }

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