Html Css Color HEX #5C65AB Rich Blue

📋 copy color: '#5C65AB'

red 92 ◦ green 101 ◦ blue 171

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

Shades of Rich Blue #5C65AB

Tints of Rich Blue #5C65AB

RGB

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

 GREEN value IS 101 (39.84% from 255) = 27.75%

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

R = 25.27%
G = 27.75%
B = 46.98%

CMYK

 C value IS 0.46

 M value IS 0.41

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5C65AB (or 0x5C65AB) is known color: Rich Blue. HEX triplet: 5C, 65 and AB. RGB value is (92,101,171). Sum of RGB (Red+Green+Blue) = 92+101+171=364 (48% of max value = 765). Red value is 92 (36.33% from 255 or 25.27% from 364); Green value is 101 (39.84% from 255 or 27.75% from 364); Blue value is 171 (67.19% from 255 or 46.98% from 364); Max value from RGB is 171 - color contains mainly: blue. Hex color #5C65AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5C65AB is #A39A54. Grayscale: #6A6A6A. Windows color (decimal): -10721877 or 11232604. OLE color: 11232604.

HSL color Cylindrical-coordinate representation of color #5C65AB: hue angle of 233.16º 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 #5C65AB is Cyan = 0.46, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 92 101 171 -
CMYK 0.46 0.41 0 0.33
HSL 233.16º 0.32% 0.52% -
HSV(B) 233.16º 0.46% 0.67% -
XYZ 16.42 14.52 40.47 -
YUV 106.29 164.52 117.81 -
System Red Green Blue C M Y K H S L
Decimal 92 101 171 0.46 0.41 0 0.33 233.16 0.32 0.52
Hex 5C 65 AB 2E 29 0 21 E9 20 34
Octal 134 145 253 56 51 0 41 351 40 64
Binary 1011100 1100101 10101011 101110 101001 0 100001 11101001 100000 110100

Color Harmonies of #5C65AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C65AB

Black with #5C65AB

Text Example


Text Example

White with #5C65AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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