Html Css Color HEX #5B268E Kingfisher Daisy

📋 copy color: '#5B268E'

red 91 ◦ green 38 ◦ blue 142

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

Shades of Kingfisher Daisy #5B268E

Tints of Kingfisher Daisy #5B268E

RGB

 RED value IS 91 (35.94% from 255) = 33.58%

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

 BLUE value IS 142 (55.86% from 255) = 52.4%

R = 33.58%
G = 14.02%
B = 52.4%

CMYK

 C value IS 0.36

 M value IS 0.73

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#5B268E (or 0x5B268E) is known color: Kingfisher Daisy. HEX triplet: 5B, 26 and 8E. RGB value is (91,38,142). Sum of RGB (Red+Green+Blue) = 91+38+142=271 (35% of max value = 765). Red value is 91 (35.94% from 255 or 33.58% from 271); Green value is 38 (15.23% from 255 or 14.02% from 271); Blue value is 142 (55.86% from 255 or 52.40% from 271); Max value from RGB is 142 - color contains mainly: blue. Hex color #5B268E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5B268E is #A4D971. Grayscale: #414141. Windows color (decimal): -10803570 or 9315931. OLE color: 9315931.

HSL color Cylindrical-coordinate representation of color #5B268E: hue angle of 270.58º degrees, saturation: 0.58, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #5B268E is Cyan = 0.36, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 91 38 142 -
CMYK 0.36 0.73 0 0.44
HSL 270.58º 0.58% 0.35% -
HSV(B) 270.58º 0.73% 0.56% -
XYZ 9.89 5.56 26.14 -
YUV 65.7 171.06 146.04 -
System Red Green Blue C M Y K H S L
Decimal 91 38 142 0.36 0.73 0 0.44 270.58 0.58 0.35
Hex 5B 26 8E 24 49 0 2C 10F 3A 23
Octal 133 46 216 44 111 0 54 417 72 43
Binary 1011011 100110 10001110 100100 1001001 0 101100 100001111 111010 100011

Color Harmonies of #5B268E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B268E

Black with #5B268E

Text Example


Text Example

White with #5B268E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,38,142); }

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

background-color css

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

 a { background-color: rgb(91,38,142); }

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

border-color css

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

 span { border-color: rgb(91,38,142); }

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