Html Css Color HEX #5B76DA Royal Blue

📋 copy color: '#5B76DA'

red 91 ◦ green 118 ◦ blue 218

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

Shades of Royal Blue #5B76DA

Tints of Royal Blue #5B76DA

RGB

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

 GREEN value IS 118 (46.48% from 255) = 27.63%

 BLUE value IS 218 (85.55% from 255) = 51.05%

R = 21.31%
G = 27.63%
B = 51.05%

CMYK

 C value IS 0.58

 M value IS 0.46

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#5B76DA (or 0x5B76DA) is known color: Royal Blue. HEX triplet: 5B, 76 and DA. RGB value is (91,118,218). Sum of RGB (Red+Green+Blue) = 91+118+218=427 (56% of max value = 765). Red value is 91 (35.94% from 255 or 21.31% from 427); Green value is 118 (46.48% from 255 or 27.63% from 427); Blue value is 218 (85.55% from 255 or 51.05% from 427); Max value from RGB is 218 - color contains mainly: blue. Hex color #5B76DA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5B76DA is #A48925. Grayscale: #787878. Windows color (decimal): -10783014 or 14317147. OLE color: 14317147.

HSL color Cylindrical-coordinate representation of color #5B76DA: hue angle of 227.24º degrees, saturation: 0.63, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5B76DA is Cyan = 0.58, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 91 118 218 -
CMYK 0.58 0.46 0 0.15
HSL 227.24º 0.63% 0.61% -
HSV(B) 227.24º 0.58% 0.85% -
XYZ 23.45 20.24 69 -
YUV 121.33 182.55 106.37 -
System Red Green Blue C M Y K H S L
Decimal 91 118 218 0.58 0.46 0 0.15 227.24 0.63 0.61
Hex 5B 76 DA 3A 2E 0 F E3 3F 3D
Octal 133 166 332 72 56 0 17 343 77 75
Binary 1011011 1110110 11011010 111010 101110 0 1111 11100011 111111 111101

Color Harmonies of #5B76DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B76DA

Black with #5B76DA

Text Example


Text Example

White with #5B76DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,118,218); }

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

background-color css

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

 a { background-color: rgb(91,118,218); }

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

border-color css

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

 span { border-color: rgb(91,118,218); }

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