Html Css Color HEX #5842AF Rich Blue

📋 copy color: '#5842AF'

red 88 ◦ green 66 ◦ blue 175

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

Shades of Rich Blue #5842AF

Tints of Rich Blue #5842AF

RGB

 RED value IS 88 (34.77% from 255) = 26.75%

 GREEN value IS 66 (26.17% from 255) = 20.06%

 BLUE value IS 175 (68.75% from 255) = 53.19%

R = 26.75%
G = 20.06%
B = 53.19%

CMYK

 C value IS 0.50

 M value IS 0.62

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#5842AF (or 0x5842AF) is known color: Rich Blue. HEX triplet: 58, 42 and AF. RGB value is (88,66,175). Sum of RGB (Red+Green+Blue) = 88+66+175=329 (43% of max value = 765). Red value is 88 (34.77% from 255 or 26.75% from 329); Green value is 66 (26.17% from 255 or 20.06% from 329); Blue value is 175 (68.75% from 255 or 53.19% from 329); Max value from RGB is 175 - color contains mainly: blue. Hex color #5842AF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5842AF is #A7BD50. Grayscale: #545454. Windows color (decimal): -10992977 or 11485784. OLE color: 11485784.

HSL color Cylindrical-coordinate representation of color #5842AF: hue angle of 252.11º degrees, saturation: 0.45, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5842AF is Cyan = 0.50, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 88 66 175 -
CMYK 0.50 0.62 0 0.31
HSL 252.11º 0.45% 0.47% -
HSV(B) 252.11º 0.62% 0.69% -
XYZ 13.71 9.07 41.58 -
YUV 85 178.79 130.14 -
System Red Green Blue C M Y K H S L
Decimal 88 66 175 0.50 0.62 0 0.31 252.11 0.45 0.47
Hex 58 42 AF 32 3E 0 1F FC 2D 2F
Octal 130 102 257 62 76 0 37 374 55 57
Binary 1011000 1000010 10101111 110010 111110 0 11111 11111100 101101 101111

Color Harmonies of #5842AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5842AF

Black with #5842AF

Text Example


Text Example

White with #5842AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5842AF; }

 p { color: rgb(88,66,175); }

 H1.HeaderClassName
 {
   color: #5842AF;
 }
 .AnyTagClassName
 {
   color: #5842AF;
 }
</style>

background-color css

<style>
 a { background-color: #5842AF; }

 a { background-color: rgb(88,66,175); }

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

border-color css

<style>
 span { border-color: #5842AF; }

 span { border-color: rgb(88,66,175); }

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