Html Css Color HEX #5C75DA Royal Blue

📋 copy color: '#5C75DA'

red 92 ◦ green 117 ◦ blue 218

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

Shades of Royal Blue #5C75DA

Tints of Royal Blue #5C75DA

RGB

 RED value IS 92 (36.33% from 255) = 21.55%

 GREEN value IS 117 (46.09% from 255) = 27.4%

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

R = 21.55%
G = 27.4%
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

#5C75DA (or 0x5C75DA) is known color: Royal Blue. HEX triplet: 5C, 75 and DA. RGB value is (92,117,218). Sum of RGB (Red+Green+Blue) = 92+117+218=427 (56% of max value = 765). Red value is 92 (36.33% from 255 or 21.55% from 427); Green value is 117 (46.09% from 255 or 27.40% 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 #5C75DA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5C75DA is #A38A25. Grayscale: #787878. Windows color (decimal): -10717734 or 14316892. OLE color: 14316892.

HSL color Cylindrical-coordinate representation of color #5C75DA: hue angle of 228.1º 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 #5C75DA is Cyan = 0.58, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 92 117 218 -
CMYK 0.58 0.46 0 0.15
HSL 228.1º 0.63% 0.61% -
HSV(B) 228.1º 0.58% 0.85% -
XYZ 23.43 20.06 68.97 -
YUV 121.04 182.72 107.29 -
System Red Green Blue C M Y K H S L
Decimal 92 117 218 0.58 0.46 0 0.15 228.1 0.63 0.61
Hex 5C 75 DA 3A 2E 0 F E4 3F 3D
Octal 134 165 332 72 56 0 17 344 77 75
Binary 1011100 1110101 11011010 111010 101110 0 1111 11100100 111111 111101

Color Harmonies of #5C75DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C75DA

Black with #5C75DA

Text Example


Text Example

White with #5C75DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(92,117,218); }

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

background-color css

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

 a { background-color: rgb(92,117,218); }

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

border-color css

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

 span { border-color: rgb(92,117,218); }

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