Html Css Color HEX #5B2692 Kingfisher Daisy

📋 copy color: '#5B2692'

red 91 ◦ green 38 ◦ blue 146

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

Shades of Kingfisher Daisy #5B2692

Tints of Kingfisher Daisy #5B2692

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 53.09%

R = 33.09%
G = 13.82%
B = 53.09%

CMYK

 C value IS 0.38

 M value IS 0.74

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#5B2692 (or 0x5B2692) is known color: Kingfisher Daisy. HEX triplet: 5B, 26 and 92. RGB value is (91,38,146). Sum of RGB (Red+Green+Blue) = 91+38+146=275 (36% of max value = 765). Red value is 91 (35.94% from 255 or 33.09% from 275); Green value is 38 (15.23% from 255 or 13.82% from 275); Blue value is 146 (57.42% from 255 or 53.09% from 275); Max value from RGB is 146 - color contains mainly: blue. Hex color #5B2692 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5B2692 is #A4D96D. Grayscale: #414141. Windows color (decimal): -10803566 or 9578075. OLE color: 9578075.

HSL color Cylindrical-coordinate representation of color #5B2692: hue angle of 269.44º degrees, saturation: 0.59, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #5B2692 is Cyan = 0.38, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 91 38 146 -
CMYK 0.38 0.74 0 0.43
HSL 269.44º 0.59% 0.36% -
HSV(B) 269.44º 0.74% 0.57% -
XYZ 10.2 5.69 27.75 -
YUV 66.16 173.06 145.72 -
System Red Green Blue C M Y K H S L
Decimal 91 38 146 0.38 0.74 0 0.43 269.44 0.59 0.36
Hex 5B 26 92 26 4A 0 2B 10D 3B 24
Octal 133 46 222 46 112 0 53 415 73 44
Binary 1011011 100110 10010010 100110 1001010 0 101011 100001101 111011 100100

Color Harmonies of #5B2692

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B2692

Black with #5B2692

Text Example


Text Example

White with #5B2692

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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