Html Css Color HEX #41585A Oracle

📋 copy color: '#41585A'

red 65 ◦ green 88 ◦ blue 90

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

Shades of Oracle #41585A

Tints of Oracle #41585A

RGB

 RED value IS 65 (25.78% from 255) = 26.75%

 GREEN value IS 88 (34.77% from 255) = 36.21%

 BLUE value IS 90 (35.55% from 255) = 37.04%

R = 26.75%
G = 36.21%
B = 37.04%

CMYK

 C value IS 0.28

 M value IS 0.02

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#41585A (or 0x41585A) is known color: Oracle. HEX triplet: 41, 58 and 5A. RGB value is (65,88,90). Sum of RGB (Red+Green+Blue) = 65+88+90=243 (32% of max value = 765). Red value is 65 (25.78% from 255 or 26.75% from 243); Green value is 88 (34.77% from 255 or 36.21% from 243); Blue value is 90 (35.55% from 255 or 37.04% from 243); Max value from RGB is 90 - color contains mainly: blue. Hex color #41585A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #41585A is #BEA7A5. Grayscale: #515151. Windows color (decimal): -12494758 or 5920833. OLE color: 5920833.

HSL color Cylindrical-coordinate representation of color #41585A: hue angle of 184.8º degrees, saturation: 0.16, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #41585A is Cyan = 0.28, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 65 88 90 -
CMYK 0.28 0.02 0 0.65
HSL 184.8º 0.16% 0.3% -
HSV(B) 184.8º 0.28% 0.35% -
XYZ 7.52 8.84 10.98 -
YUV 81.35 132.88 116.34 -
System Red Green Blue C M Y K H S L
Decimal 65 88 90 0.28 0.02 0 0.65 184.8 0.16 0.3
Hex 41 58 5A 1C 2 0 41 B9 10 1E
Octal 101 130 132 34 2 0 101 271 20 36
Binary 1000001 1011000 1011010 11100 10 0 1000001 10111001 10000 11110

Color Harmonies of #41585A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41585A

Black with #41585A

Text Example


Text Example

White with #41585A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #41585A; }

 p { color: rgb(65,88,90); }

 H1.HeaderClassName
 {
   color: #41585A;
 }
 .AnyTagClassName
 {
   color: #41585A;
 }
</style>

background-color css

<style>
 a { background-color: #41585A; }

 a { background-color: rgb(65,88,90); }

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

border-color css

<style>
 span { border-color: #41585A; }

 span { border-color: rgb(65,88,90); }

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