Html Css Color HEX #5826FB Han Purple

📋 copy color: '#5826FB'

red 88 ◦ green 38 ◦ blue 251

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

Shades of Han Purple #5826FB

Tints of Han Purple #5826FB

RGB

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

 GREEN value IS 38 (15.23% from 255) = 10.08%

 BLUE value IS 251 (98.44% from 255) = 66.58%

R = 23.34%
G = 10.08%
B = 66.58%

CMYK

 C value IS 0.65

 M value IS 0.85

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#5826FB (or 0x5826FB) is known color: Han Purple. HEX triplet: 58, 26 and FB. RGB value is (88,38,251). Sum of RGB (Red+Green+Blue) = 88+38+251=377 (49% of max value = 765). Red value is 88 (34.77% from 255 or 23.34% from 377); Green value is 38 (15.23% from 255 or 10.08% from 377); Blue value is 251 (98.44% from 255 or 66.58% from 377); Max value from RGB is 251 - color contains mainly: blue. Hex color #5826FB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5826FB is #A7D904. Grayscale: #4C4C4C. Windows color (decimal): -11000069 or 16459352. OLE color: 16459352.

HSL color Cylindrical-coordinate representation of color #5826FB: hue angle of 254.08º degrees, saturation: 0.96, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #5826FB is Cyan = 0.65, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 88 38 251 -
CMYK 0.65 0.85 0 0.02
HSL 254.08º 0.96% 0.57% -
HSV(B) 254.08º 0.85% 0.98% -
XYZ 22.13 10.43 92.11 -
YUV 77.23 226.07 135.68 -
System Red Green Blue C M Y K H S L
Decimal 88 38 251 0.65 0.85 0 0.02 254.08 0.96 0.57
Hex 58 26 FB 41 55 0 2 FE 60 39
Octal 130 46 373 101 125 0 2 376 140 71
Binary 1011000 100110 11111011 1000001 1010101 0 10 11111110 1100000 111001

Color Harmonies of #5826FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5826FB

Black with #5826FB

Text Example


Text Example

White with #5826FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5826FB; }

 p { color: rgb(88,38,251); }

 H1.HeaderClassName
 {
   color: #5826FB;
 }
 .AnyTagClassName
 {
   color: #5826FB;
 }
</style>

background-color css

<style>
 a { background-color: #5826FB; }

 a { background-color: rgb(88,38,251); }

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

border-color css

<style>
 span { border-color: #5826FB; }

 span { border-color: rgb(88,38,251); }

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